You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/services/sql/resource_sql_database_instance.go
+22-3Lines changed: 22 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -935,9 +935,10 @@ is set to true. Defaults to ZONAL.`,
935
935
Elem: &schema.Resource{
936
936
Schema: map[string]*schema.Schema{
937
937
"failover_dr_replica_name": {
938
-
Type: schema.TypeString,
939
-
Optional: true,
940
-
Description: fmt.Sprintf(`If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.`),
938
+
Type: schema.TypeString,
939
+
Optional: true,
940
+
Description: fmt.Sprintf(`If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.`),
0 commit comments