fix: Make SKE cluster hibernations timezone field Computed (#584)

This commit is contained in:
João Palet 2024-11-08 14:46:25 +00:00 committed by GitHub
parent 600847a2ea
commit fc27f65925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -564,6 +564,10 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
"timezone": schema.StringAttribute{
Description: "Timezone name corresponding to a file in the IANA Time Zone database. i.e. `Europe/Berlin`.",
Optional: true,
Computed: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
},
},
},
},