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,11 +19,11 @@ 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" {