Skip to content

Commit

Permalink
fix: TestCloudSqlMajorVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
qdelettre committed Sep 2, 2024
1 parent 5b128ed commit 70a259e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "google_sql_database_instance" "fail2" {
}

resource "google_sql_database_instance" "pass2" {
database_version = "POSTGRES_15"
database_version = "POSTGRES_16"
name = "general-pos121"
project = "gcp-bridgecrew-deployment"
region = "us-central1"
Expand Down

0 comments on commit 70a259e

Please sign in to comment.