Skip to content

Commit 96f91a5

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/11327.txt

+3
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/services/sql/resource_sql_database_instance.go

+1
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)