Skip to content

Commit

Permalink
Mark google_sql_database_instance.settings.data_cache_config Comput…
Browse files Browse the repository at this point in the history
…ed (#12096) (#19972)

[upstream:86bf3535fbc1bf4551e4729a5728347f7e401fe7]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Oct 22, 2024
1 parent 4e4118b commit 1f94e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/12096.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
sql: made `google_sql_database_instance.0.settings.0.data_cache_config` accept server-side changes when unset. When unset, no diffs will be created when instances change in `edition` and the feature is enabled or disabled as a result.
```
1 change: 1 addition & 0 deletions google/services/sql/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func ResourceSqlDatabaseInstance() *schema.Resource {
"data_cache_config": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Description: `Data cache configurations.`,
Elem: &schema.Resource{
Expand Down

0 comments on commit 1f94e31

Please sign in to comment.