From 75d0b5b6132a307af12ad25bcda0726e29138486 Mon Sep 17 00:00:00 2001 From: Ishant Bhaskar <68506858+ibhaskar2@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:08:07 +0530 Subject: [PATCH] Update cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf Co-authored-by: Sampath Kumar --- cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf b/cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf index 8c768df49..2ad8f15b3 100644 --- a/cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf +++ b/cloud_sql/postgres_enterprise_plus_instance_pvp/main.tf @@ -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"