fix(objectstorage): allow to change credentials group id of credential (#995)
relates to STACKITTPR-344, #963
This commit is contained in:
parent
39c52f4367
commit
27e4ef0227
1 changed files with 1 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue