Fix inconsistent result after apply in SKE cluster node pool taint value (#606)
* fix: Inconsistent result after apply in taint value * feat: Also add UseStateForUnknown
This commit is contained in:
parent
58e99b4d67
commit
51485f8c0e
1 changed files with 4 additions and 0 deletions
|
|
@ -485,6 +485,10 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
|
|||
"value": schema.StringAttribute{
|
||||
Description: "Taint value corresponding to the taint key.",
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
PlanModifiers: []planmodifier.String{
|
||||
stringplanmodifier.UseStateForUnknown(),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue