feat(alloydb): Implement track_client_address field in AlloyDB module (#3916)

* Implement track_client_address field in AlloyDB

* Bump Google TF providers to 7.29
This commit is contained in:
Samuele Perticarari
2026-04-28 09:40:25 +02:00
committed by GitHub
parent ff6bacf297
commit c0ee6842c6
203 changed files with 438 additions and 434 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 7.28.0, < 8.0.0" # tftest
version = ">= 7.29.0, < 8.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 7.28.0, < 8.0.0" # tftest
version = ">= 7.29.0, < 8.0.0" # tftest
}
}
provider_meta "google" {