Skip to content

Commit f24e4f6

Browse files
committed
feat: stabilize drift for ske egress range
1 parent 64787ff commit f24e4f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
372372
Description: "The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.",
373373
Computed: true,
374374
ElementType: types.StringType,
375+
PlanModifiers: []planmodifier.List{
376+
listplanmodifier.UseStateForUnknown(),
377+
},
375378
},
376379
"pod_address_ranges": schema.ListAttribute{
377380
Description: "The network ranges (in CIDR notation) used by pods of the cluster.",

0 commit comments

Comments
 (0)