Alloydb add support for psc (#2341)

* alloydb add support for psc
* add tag binding support

Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com>
This commit is contained in:
simonebruzzechesse
2024-06-05 13:39:03 +02:00
committed by GitHub
parent c1e0788957
commit 1969b02ed8
96 changed files with 463 additions and 215 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.29.1, < 6.0.0" # tftest
version = ">= 5.32.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.29.1, < 6.0.0" # tftest
version = ">= 5.32.0, < 6.0.0" # tftest
}
}
}