diff --git a/internal/resources/cluster_schema.go b/internal/resources/cluster_schema.go index 3cbf36cf..1f9ba56d 100644 --- a/internal/resources/cluster_schema.go +++ b/internal/resources/cluster_schema.go @@ -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,