We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72b6db2 + 40afca4 commit b3bb6c7Copy full SHA for b3bb6c7
internal/resource/cluster_schema.go
@@ -51,7 +51,7 @@ func (r *clusterResource) schema() schema.Schema {
51
MarkdownDescription: "ID of the project that this cluster belongs to.",
52
Computed: true,
53
Optional: true,
54
- PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
+ // PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
55
},
56
"detach": schema.BoolAttribute{
57
Description: "Determines behavior during resource destruction, if true it will detach resource instead of deleting it.",
0 commit comments