Skip to content

Commit

Permalink
feat(postgres): upgrade to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Jan 30, 2025
1 parent ba25bb2 commit 413e3a8
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_12"
database_version = "POSTGRES_13"
region = var.database_region

lifecycle {
Expand Down

0 comments on commit 413e3a8

Please sign in to comment.