Skip to content

Commit 530dbbe

Browse files
authored
make network field computed (#1255)
1 parent 41dad4a commit 530dbbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,12 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
552552
"network": schema.SingleNestedAttribute{
553553
Description: "Network block as defined below.",
554554
Optional: true,
555+
Computed: true,
555556
Attributes: map[string]schema.Attribute{
556557
"id": schema.StringAttribute{
557558
Description: "ID of the STACKIT Network Area (SNA) network into which the cluster will be deployed.",
558559
Optional: true,
560+
Computed: true,
559561
Validators: []validator.String{
560562
validate.UUID(),
561563
},

0 commit comments

Comments
 (0)