Skip to content

Commit fc27f65

Browse files
authored
fix: Make SKE cluster hibernations timezone field Computed (#584)
1 parent 600847a commit fc27f65

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
@@ -564,6 +564,10 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
564564
"timezone": schema.StringAttribute{
565565
Description: "Timezone name corresponding to a file in the IANA Time Zone database. i.e. `Europe/Berlin`.",
566566
Optional: true,
567+
Computed: true,
568+
PlanModifiers: []planmodifier.String{
569+
stringplanmodifier.UseStateForUnknown(),
570+
},
567571
},
568572
},
569573
},

0 commit comments

Comments
 (0)