Skip to content

Commit 51485f8

Browse files
authored
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
1 parent 58e99b4 commit 51485f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

stackit/internal/services/ske/cluster/resource.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
485485
"value": schema.StringAttribute{
486486
Description: "Taint value corresponding to the taint key.",
487487
Optional: true,
488+
Computed: true,
489+
PlanModifiers: []planmodifier.String{
490+
stringplanmodifier.UseStateForUnknown(),
491+
},
488492
},
489493
},
490494
},

0 commit comments

Comments
 (0)