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 e60b991 commit 2137703Copy full SHA for 2137703
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -35,7 +35,7 @@ resource "google_sql_database_instance" "default" {
35
# [END cloud_sql_sqlserver_instance_pitr]
36
37
# [START cloud_sql_sqlserver_instance_update_pitr]
38
-# Enables PITR on a SQL SERVER Enterprise edition instance. Unless specified otherwise, when creating an Enterprise edition
+# Creates a SQL SERVER Enterprise edition instance with PITR enabled. Unless specified otherwise,
39
# instance, PITR is disabled by default.
40
resource "google_sql_database_instance" "default" {
41
name = "sqlserver-enterprise-instance-pitr"
0 commit comments