Skip to content

Commit 195c358

Browse files
committed
fix: missed optional tag
1 parent 226d4bc commit 195c358

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
@@ -145,7 +145,7 @@ func resourceRedisCloudActiveActiveDatabase() *schema.Resource {
145145
"enable_default_user": {
146146
Description: "When 'true', enables connecting to the database with the 'default' user. Default: 'true'",
147147
Type: schema.TypeBool,
148-
Computed: true,
148+
Optional: true,
149149
Default: true,
150150
},
151151
"global_data_persistence": {

0 commit comments

Comments
 (0)