-
Notifications
You must be signed in to change notification settings - Fork 9.7k
b-aws_ivschat_room: Increase maximum message rate validation to 100 #44572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make t K=ivschat T=TestAccIVSChatRoom_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 patch-1 🌿...
TF_ACC=1 go1.24.6 test ./internal/service/ivschat/... -v -count 1 -parallel 20 -run='TestAccIVSChatRoom_' -timeout 360m -vet=off
2025/10/09 10:10:13 Creating Terraform AWS Provider (SDKv2-style)...
2025/10/09 10:10:13 Initializing Terraform AWS Provider (SDKv2-style)...
--- PASS: TestAccIVSChatRoom_disappears (21.83s)
--- PASS: TestAccIVSChatRoom_basic (27.74s)
--- PASS: TestAccIVSChatRoom_Identity_Basic (35.47s)
--- PASS: TestAccIVSChatRoom_Identity_RegionOverride (39.75s)
--- PASS: TestAccIVSChatRoom_tags (46.33s)
--- PASS: TestAccIVSChatRoom_update_remove_messageReviewHandler_uri (48.65s)
--- PASS: TestAccIVSChatRoom_Identity_ExistingResource_NoRefresh_NoChange (48.75s)
--- PASS: TestAccIVSChatRoom_Identity_ExistingResource (52.52s)
--- PASS: TestAccIVSChatRoom_update (53.22s)
--- PASS: TestAccIVSChatRoom_loggingConfiguration (73.32s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ivschat 80.079s
Thank you for your contribution, @djdabs 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
Rollback Plan
Set back to 10
Changes to Security Controls
None
Description
Bumping up validation for ivs chat room from 10 messages to 100.
The AWS API supports up to 100: https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateRoom.html#API_CreateRoom_RequestSyntax