Skip to content

Commit

Permalink
Mark replication type computed as it no longer comes back from API (#…
Browse files Browse the repository at this point in the history
…4312) (#8006)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 12, 2020
1 parent 979b372 commit de9f852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4312.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
sql: fixed a bug in `google_sql_database_instance` that caused a permadiff on `settings.replication_type`
```
2 changes: 1 addition & 1 deletion google/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit de9f852

Please sign in to comment.