Skip to content

Commit 6c85910

Browse files
authored
fix: Mark cluster metadata as computed (#84)
1 parent 7319f63 commit 6c85910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/resource/cluster_schema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func (r *clusterResource) schema() schema.Schema {
8888
Description: "Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons). Use 'jsonencode' and 'jsondecode' methods to encode and decode data.",
8989
MarkdownDescription: "Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons). Use `jsonencode` and `jsondecode` methods to encode and decode data.",
9090
Optional: true,
91+
Computed: true,
9192
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown()},
9293
},
9394
// "cloud": schema.StringAttribute{

0 commit comments

Comments
 (0)