Skip to content

Commit a61d734

Browse files
chore(deps): update GoogleCloudPlatform/sql-db/google requirement from ~> 22.1.0 to ~> 25.2.2
Updates the requirements on [GoogleCloudPlatform/sql-db/google](https://github.com/terraform-google-modules/terraform-google-sql-db) to permit the latest version. - [Release notes](https://github.com/terraform-google-modules/terraform-google-sql-db/releases) - [Changelog](https://github.com/terraform-google-modules/terraform-google-sql-db/blob/main/CHANGELOG.md) - [Commits](terraform-google-modules/terraform-google-sql-db@v22.1.0...v25.2.2) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/sql-db/google dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25dc6f2 commit a61d734

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)