Skip to content

Commit 2b7362e

Browse files
committed
fix: missed optional tag
1 parent 5628e95 commit 2b7362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/resource_rediscloud_active_active_database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func resourceRedisCloudActiveActiveDatabase() *schema.Resource {
146146
"enable_default_user": {
147147
Description: "When 'true', enables connecting to the database with the 'default' user. Default: 'true'",
148148
Type: schema.TypeBool,
149-
Computed: true,
149+
Optional: true,
150150
Default: true,
151151
},
152152
"global_data_persistence": {

0 commit comments

Comments
 (0)