File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cloud_sql/sqlserver_instance_pitr Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717# [START cloud_sql_sqlserver_instance_enterprise_plus_pitr]
1818# Creates a SQL SERVER Enterprise Plus edition instance. Unless specified otherwise, PITR is enabled by default.
19- resource "google_sql_database_instance" "default " {
19+ resource "google_sql_database_instance" "enterprise_plus " {
2020 name = " sqlserver-enterprise-plus-instance-pitr"
2121 region = " asia-northeast1"
2222 database_version = " SQLSERVER_2019_ENTERPRISE"
@@ -37,7 +37,7 @@ resource "google_sql_database_instance" "default" {
3737# [START cloud_sql_sqlserver_instance_enterprise_pitr]
3838# Creates a SQL SERVER Enterprise edition instance with PITR enabled. Unless specified otherwise,
3939# PITR is disabled by default.
40- resource "google_sql_database_instance" "default " {
40+ resource "google_sql_database_instance" "enterprise " {
4141 name = " sqlserver-enterprise-instance-pitr"
4242 region = " asia-northeast1"
4343 database_version = " SQLSERVER_2019_ENTERPRISE"
You can’t perform that action at this time.
0 commit comments