Skip to content

Commit

Permalink
fix: single to ha and vice versa bug fix (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb authored Oct 17, 2024
1 parent 4f1e064 commit a60af1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/provider/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,8 @@ func (c *clusterResource) Schema(ctx context.Context, req resource.SchemaRequest
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown()},
},
"name": schema.StringAttribute{
Description: "Name.",
Computed: true,
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown()},
Description: "Name.",
Computed: true,
},
"nodes": schema.Float64Attribute{
Description: "Node count.",
Expand Down

0 comments on commit a60af1e

Please sign in to comment.