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 v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 0ee977b commit 3da78de
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 = "20.0.0"
name = "${var.name}-db"
database_version = var.cloudsql_pgsql_version
project_id = var.project_id
Expand Down

0 comments on commit 3da78de

Please sign in to comment.