Bump provider to 6.47.0, to allow use of gpu_zonal_redundancy_disabled in modules/cloud-run-v2
This commit is contained in:
8
modules/compute-vm/versions.tofu
generated
8
modules/compute-vm/versions.tofu
generated
@@ -19,17 +19,17 @@ terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 6.42.0, < 7.0.0" # tftest
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 6.42.0, < 7.0.0" # tftest
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:42.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/compute-vm:42.0.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user