-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/aws_gamelift_game_server_group: Correct tagging #41256
Conversation
% make testacc TESTARGS='-run=TestAccGameLiftGameServerGroup_tags' PKG=gamelift make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.5 test ./internal/service/gamelift/... -v -count 1 -parallel 20 -run=TestAccGameLiftGameServerGroup_tags -timeout 360m -vet=off 2025/02/05 16:39:13 Initializing Terraform AWS Provider... === RUN TestAccGameLiftGameServerGroup_tags === PAUSE TestAccGameLiftGameServerGroup_tags === CONT TestAccGameLiftGameServerGroup_tags game_server_group_test.go:591: Step 3/4 error: Check failed: Check 2/4 error: aws_gamelift_game_server_group.test: Attribute 'tags.%' expected "2", got "1" --- FAIL: TestAccGameLiftGameServerGroup_tags (233.08s) FAIL FAIL github.com/hashicorp/terraform-provider-aws/internal/service/gamelift 238.630s FAIL make: *** [testacc] Error 1
% make testacc TESTARGS='-run=TestAccGameLiftGameServerGroup_tags' PKG=gamelift make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.5 test ./internal/service/gamelift/... -v -count 1 -parallel 20 -run=TestAccGameLiftGameServerGroup_tags -timeout 360m -vet=off 2025/02/05 17:33:27 Initializing Terraform AWS Provider... === RUN TestAccGameLiftGameServerGroup_tags === PAUSE TestAccGameLiftGameServerGroup_tags === CONT TestAccGameLiftGameServerGroup_tags --- PASS: TestAccGameLiftGameServerGroup_tags (366.45s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/gamelift 371.910s
Community NoteVoting for Prioritization
For Submitters
|
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 testacc TESTARGS='-run=TestAccGameLiftGameServerGroup_tags' PKG=gamelift
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.5 test ./internal/service/gamelift/... -v -count 1 -parallel 20 -run=TestAccGameLiftGameServerGroup_tags -timeout 360m -vet=off
2025/02/05 18:05:56 Initializing Terraform AWS Provider...
=== RUN TestAccGameLiftGameServerGroup_tags
=== PAUSE TestAccGameLiftGameServerGroup_tags
=== CONT TestAccGameLiftGameServerGroup_tags
--- PASS: TestAccGameLiftGameServerGroup_tags (220.33s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/gamelift 227.055s
This functionality has been released in v5.86.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Missing
CustomizeDiff
leading to incorrecttags_all
handling.Discovered while working on #41253.
Output from Acceptance Testing