We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbe8f63 + a61d734 commit ec85dedCopy full SHA for ec85ded
main.tf
@@ -241,7 +241,7 @@ resource "local_file" "kubeconfig" {
241
# Module Registry - https://registry.terraform.io/modules/GoogleCloudPlatform/sql-db/google/12.0.0/submodules/postgresql
242
module "postgresql" {
243
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
244
- version = "~> 22.1.0"
+ version = "~> 25.2.2"
245
project_id = var.project
246
247
for_each = local.postgres_servers != null ? length(local.postgres_servers) != 0 ? local.postgres_servers : {} : {}
0 commit comments