Skip to content

Commit

Permalink
aws_chatbot_teams_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 bf8b07b commit e68690d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/chatbot/teams_channel_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ func (r *teamsChannelConfigurationResource) 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 e68690d

Please sign in to comment.