fix(objectstorage): allow to change credentials group id of credential (#995)

relates to STACKITTPR-344, #963
This commit is contained in:
Ruben Hönle 2025-09-16 14:51:03 +02:00 committed by GitHub
parent 39c52f4367
commit 27e4ef0227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,6 +185,7 @@ func (r *credentialResource) Schema(_ context.Context, _ resource.SchemaRequest,
Description: descriptions["credentials_group_id"],
Required: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
stringplanmodifier.UseStateForUnknown(),
},
Validators: []validator.String{