Skip to content

Commit 9e26f2d

Browse files
committed
fix: set global data persistence to computed so state tracks correctly
1 parent d00272f commit 9e26f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provider/resource_rediscloud_active_active_database.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func resourceRedisCloudActiveActiveDatabase() *schema.Resource {
149149
Description: "Rate of database data persistence (in persistent storage)",
150150
Type: schema.TypeString,
151151
Optional: true,
152+
Computed: true,
152153
},
153154
"global_password": {
154155
Description: "Password used to access the database. If left empty, the password will be generated automatically",

0 commit comments

Comments
 (0)