terraform-provider-aws
terraform-provider-aws copied to clipboard
Add support for the CustomEventData argument of GameLift Queues
Community Note
- Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request
Closes #26205
Output from acceptance testing:
$ make testacc TESTS='TestAccGameLiftGameSessionQueue_' PKG=gamelift
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/gamelift/... -v -count 1 -parallel 20 -run='TestAccGameLiftGameSessionQueue_' -timeout 180m
=== RUN TestAccGameLiftGameSessionQueue_basic
--- PASS: TestAccGameLiftGameSessionQueue_basic (24.54s)
=== RUN TestAccGameLiftGameSessionQueue_tags
--- PASS: TestAccGameLiftGameSessionQueue_tags (30.43s)
=== RUN TestAccGameLiftGameSessionQueue_disappears
--- PASS: TestAccGameLiftGameSessionQueue_disappears (8.03s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/gamelift 63.076s
...