Skip to content

Commit

Permalink
Remove default for config type
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Dec 11, 2023
1 parent 703ee34 commit 7456ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/cluster_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func ClusterSchema() schema.Schema {
objectplanmodifier.RequiresReplace(),
},
},
"configuration_type": stringDefaultAttribute("multiNode", optional, computed, requiresReplace, useStateForUnknown),
"configuration_type": stringAttribute(optional, computed, requiresReplace, useStateForUnknown),
"couchbase_server": schema.SingleNestedAttribute{
Optional: true,
Computed: true,
Expand Down

0 comments on commit 7456ec5

Please sign in to comment.