Skip to content

Commit

Permalink
fixes cloud_backup (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli authored Dec 15, 2023
1 parent 350534c commit 064eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/cluster/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func Resource() *schema.Resource {
"cloud_backup": {
Type: schema.TypeBool,
Optional: true,
Default: false,
Computed: true,
ConflictsWith: []string{"backup_enabled"},
},
"provider_instance_size_name": {
Expand Down

0 comments on commit 064eb06

Please sign in to comment.