From ee1caf4956039b2786869fed8ac1c855fcb99f34 Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Fri, 11 Dec 2020 15:05:52 -0800 Subject: [PATCH] Mark replication type computed as it no longer comes back from API --- .../terraform/resources/resource_sql_database_instance.go.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/terraform/resources/resource_sql_database_instance.go.erb b/third_party/terraform/resources/resource_sql_database_instance.go.erb index cbc229d15e56..6ef7315a1e00 100644 --- a/third_party/terraform/resources/resource_sql_database_instance.go.erb +++ b/third_party/terraform/resources/resource_sql_database_instance.go.erb @@ -340,7 +340,7 @@ settings.backup_configuration.binary_log_enabled are both set to true.`, Type: schema.TypeString, Optional: true, Deprecated: "This property is only applicable to First Generation instances, and First Generation instances are now deprecated.", - Default: "SYNCHRONOUS", + Computed: true, Description: `This property is only applicable to First Generation instances. First Generation instances are now deprecated, see here for information on how to upgrade to Second Generation instances. Replication type for this instance, can be one of ASYNCHRONOUS or SYNCHRONOUS.`, }, "user_labels": {