Skip to content

Commit 3de5ecd

Browse files
committed
feat: add PlanModifiers to pod_address_ranges too
1 parent f24e4f6 commit 3de5ecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
380380
Description: "The network ranges (in CIDR notation) used by pods of the cluster.",
381381
Computed: true,
382382
ElementType: types.StringType,
383+
PlanModifiers: []planmodifier.List{
384+
listplanmodifier.UseStateForUnknown(),
385+
},
383386
},
384387
"node_pools": schema.ListNestedAttribute{
385388
Description: "One or more `node_pool` block as defined below.",

0 commit comments

Comments
 (0)