Skip to content

Commit ec85ded

Browse files
Merge pull request #240 from sassoftware/dependabot/terraform/staging/GoogleCloudPlatform/sql-db/google-tw-25.2.2
chore(deps): update GoogleCloudPlatform/sql-db/google requirement from ~> 22.1.0 to ~> 25.2.2
2 parents fbe8f63 + a61d734 commit ec85ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ resource "local_file" "kubeconfig" {
241241
# Module Registry - https://registry.terraform.io/modules/GoogleCloudPlatform/sql-db/google/12.0.0/submodules/postgresql
242242
module "postgresql" {
243243
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
244-
version = "~> 22.1.0"
244+
version = "~> 25.2.2"
245245
project_id = var.project
246246

247247
for_each = local.postgres_servers != null ? length(local.postgres_servers) != 0 ? local.postgres_servers : {} : {}

0 commit comments

Comments
 (0)