Bump provider to 6.47.0, to allow use of gpu_zonal_redundancy_disabled in modules/cloud-run-v2

This commit is contained in:
Wiktor Niesiobędzki
2025-08-12 18:47:17 +00:00
parent b5cc01c598
commit 8468fd4ebc
209 changed files with 832 additions and 832 deletions

View File

@@ -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/net-lb-app-ext:42.0.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/net-lb-app-ext:42.0.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tf"
}
}

View File

@@ -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/net-lb-app-ext: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/net-lb-app-ext:42.0.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:42.0.0-tofu"
}
}