Skip to content

Commit

Permalink
aws_chatbot_slack_channel_configuration: use setTagsOut
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Nov 25, 2024
1 parent e68690d commit c0c11a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/chatbot/slack_channel_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ func (r *slackChannelConfigurationResource) Read(ctx context.Context, request re
return
}

setTagsOut(ctx, output.Tags)

response.Diagnostics.Append(response.State.Set(ctx, &data)...)
}

Expand Down

0 comments on commit c0c11a0

Please sign in to comment.