Skip to content

Commit

Permalink
documentate upgrade of postgres to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 7, 2024
1 parent 1c91782 commit 1bee3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gcloud/gcloud_postgres/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_sql_database_instance" "db" {
name = var.database_instance_name
database_version = "POSTGRES_11"
database_version = "POSTGRES_12"
region = var.database_region

lifecycle {
Expand Down

0 comments on commit 1bee3a7

Please sign in to comment.