Skip to content

Commit 064eb06

Browse files
authored
fixes cloud_backup (#1758)
1 parent 350534c commit 064eb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/cluster/resource_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func Resource() *schema.Resource {
144144
"cloud_backup": {
145145
Type: schema.TypeBool,
146146
Optional: true,
147-
Default: false,
147+
Computed: true,
148148
ConflictsWith: []string{"backup_enabled"},
149149
},
150150
"provider_instance_size_name": {

0 commit comments

Comments
 (0)