Skip to content

Commit

Permalink
Upgrade postgres to v11
Browse files Browse the repository at this point in the history
This is just for documentation, because the upgrade had to be done
in the UI
  • Loading branch information
hugotiburtino committed Nov 5, 2024
1 parent b702207 commit 1c91782
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_10_23"
database_version = "POSTGRES_11"
region = var.database_region

lifecycle {
Expand Down

0 comments on commit 1c91782

Please sign in to comment.