Skip to content

Commit 27e4ef0

Browse files
authored
fix(objectstorage): allow to change credentials group id of credential (#995)
relates to STACKITTPR-344, #963
1 parent 39c52f4 commit 27e4ef0

File tree

1 file changed

+1
-0
lines changed
  • stackit/internal/services/objectstorage/credential

1 file changed

+1
-0
lines changed

stackit/internal/services/objectstorage/credential/resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ func (r *credentialResource) Schema(_ context.Context, _ resource.SchemaRequest,
185185
Description: descriptions["credentials_group_id"],
186186
Required: true,
187187
PlanModifiers: []planmodifier.String{
188+
stringplanmodifier.RequiresReplace(),
188189
stringplanmodifier.UseStateForUnknown(),
189190
},
190191
Validators: []validator.String{

0 commit comments

Comments
 (0)