Skip to content

Commit

Permalink
Merge pull request #18 from pluralsh/renovate/googlecloudplatform-sql…
Browse files Browse the repository at this point in the history
…-db-google-18.x

chore(deps): update terraform googlecloudplatform/sql-db/google to v18.2.0
  • Loading branch information
michaeljguarino authored Jan 5, 2024
2 parents bf4316c + 52fd7a5 commit 0c741d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/gcp/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "random_password" "password" {
module "pg" {
count = var.create_db ? 1 : 0
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
version = "18.1.0"
version = "18.2.0"

name = local.db_name
random_instance_name = false
Expand Down

0 comments on commit 0c741d5

Please sign in to comment.