Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): update terraform googlecloudplatform/sql-db/google to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 666a139 commit 4e69e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {

module "sql_db" {
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
version = "13.0.1"
version = "21.0.1"
name = "${var.name}-db"
database_version = var.cloudsql_pgsql_version
project_id = var.project_id
Expand Down

0 comments on commit 4e69e18

Please sign in to comment.