Skip to content

Commit

Permalink
fix status (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Jan 10, 2024
1 parent 3cd0466 commit 3beeaf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/provider/cluster_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
"cluster_status": schema.StringAttribute{
MarkdownDescription: "Status of the cluster.",
Computed: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
},
},
"connection_strings": schema.SingleNestedAttribute{
MarkdownDescription: "Connection strings.",
Expand Down

0 comments on commit 3beeaf4

Please sign in to comment.