Skip to content

Commit

Permalink
upgrade postgres to version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 30, 2024
1 parent bea7c88 commit 520daed
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_9_6"
database_version = "POSTGRES_10_23"
region = var.database_region

lifecycle {
Expand Down

0 comments on commit 520daed

Please sign in to comment.