Skip to content

Commit

Permalink
Update cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Sampath Kumar <[email protected]>
  • Loading branch information
ibhaskar2 and msampathkumar authored Nov 28, 2023
1 parent dcc3be7 commit 75d0b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

# [START cloud_sql_postgres_enterprise_plus_instance_pvp]
resource "google_sql_database_instance" "postgres_pvp_enterprise_plus_instance_name" {
resource "google_sql_database_instance" "default" {
name = "postgres-pvp-enterprise-plus-instance-name"
region = "asia-northeast1"
database_version = "POSTGRES_15"
Expand Down

0 comments on commit 75d0b5b

Please sign in to comment.