Skip to content

Commit 62fd85a

Browse files
authored
correct region tags
1 parent 211123a commit 62fd85a

File tree

1 file changed

+2
-2
lines changed
  • cloud_sql/sqlserver_instance_pitr

1 file changed

+2
-2
lines changed

cloud_sql/sqlserver_instance_pitr/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "google_sql_database_instance" "default" {
3232
# Google Cloud level.
3333
deletion_protection = false
3434
}
35-
# [END cloud_sql_sqlserver_instance_pitr]
35+
# [END cloud_sql_sqlserver_instance_enterprise_plus_pitr]
3636

3737
# [START cloud_sql_sqlserver_instance_enterprise_pitr]
3838
# Creates a SQL SERVER Enterprise edition instance with PITR enabled. Unless specified otherwise,
@@ -54,4 +54,4 @@ resource "google_sql_database_instance" "default" {
5454
# Google Cloud level.
5555
deletion_protection = false
5656
}
57-
# [END cloud_sql_sqlserver_instance_update_pitr]
57+
# [END cloud_sql_sqlserver_instance_enterprise_pitr]

0 commit comments

Comments
 (0)