Skip to content

Commit 93c4701

Browse files
committed
Add planomodifier.RequireReplace for configuration_name
1 parent c19e908 commit 93c4701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/service/chatbot/slack_channel_configuration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ func (r *slackChannelConfigurationResource) Schema(ctx context.Context, request
5959
"chat_configuration_arn": framework.ARNAttributeComputedOnly(),
6060
"configuration_name": schema.StringAttribute{
6161
Required: true,
62+
PlanModifiers: []planmodifier.String{
63+
stringplanmodifier.RequiresReplace(),
64+
},
6265
},
6366
"guardrail_policy_arns": schema.ListAttribute{
6467
CustomType: fwtypes.ListOfStringType,

0 commit comments

Comments
 (0)