Skip to content

Commit

Permalink
Remove requires_replace for config type and server version
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Dec 7, 2023
1 parent 063c7f4 commit 35c56b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/resources/cluster_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ func ClusterSchema() schema.Schema {
objectplanmodifier.RequiresReplace(),
},
},
"configuration_type": stringAttribute(optional, computed, requiresReplace),
"configuration_type": stringAttribute(optional, computed),
"couchbase_server": schema.SingleNestedAttribute{
Optional: true,
Computed: true,
Attributes: map[string]schema.Attribute{
"version": stringAttribute(optional, computed),
},
PlanModifiers: []planmodifier.Object{
objectplanmodifier.RequiresReplace(),
},
},
"service_groups": schema.ListNestedAttribute{
Required: true,
Expand Down

0 comments on commit 35c56b6

Please sign in to comment.