We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2137703 commit 2d0453fCopy full SHA for 2d0453f
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -36,7 +36,7 @@ resource "google_sql_database_instance" "default" {
36
37
# [START cloud_sql_sqlserver_instance_update_pitr]
38
# Creates a SQL SERVER Enterprise edition instance with PITR enabled. Unless specified otherwise,
39
-# instance, PITR is disabled by default.
+# PITR is disabled by default.
40
resource "google_sql_database_instance" "default" {
41
name = "sqlserver-enterprise-instance-pitr"
42
region = "asia-northeast1"
0 commit comments