Skip to content

Commit 5928147

Browse files
modular-magicianSarahFrench
authored andcommitted
make insights_config computed (#11327) (#7861)
[upstream:70c348448c94dc6ffb0b67721e3e88c99a1c63b4] Signed-off-by: Modular Magician <[email protected]>
1 parent 1b1c208 commit 5928147

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/11327.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
sql: fixed a perma-diff in `settings.insights_config` in `google_sql_database_instance`
3+
```

google-beta/services/sql/resource_sql_database_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ is set to true. Defaults to ZONAL.`,
577577
"insights_config": {
578578
Type: schema.TypeList,
579579
Optional: true,
580+
Computed: true,
580581
MaxItems: 1,
581582
Elem: &schema.Resource{
582583
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)