Skip to content

Commit ada4f28

Browse files
authored
fix(rdb): make settings computed (#785)
1 parent c1ca6bf commit ada4f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/resource_rdb_instance.go

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func resourceScalewayRdbInstance() *schema.Resource {
7272
Type: schema.TypeString,
7373
},
7474
Description: "Map of engine settings to be set.",
75+
Computed: true,
7576
Optional: true,
7677
},
7778
"tags": {

0 commit comments

Comments
 (0)