-
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 #23606
Conversation
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.
Welcome @ajjohnston 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
…ones of the specified subnets in the launch template and the Auto Scaling group do not match''.
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 TESTS=TestAccGameliftGameServerGroup_ PKG=gamelift ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/gamelift/... -v -count 1 -parallel 2 -run='TestAccGameliftGameServerGroup_' -timeout 180m
=== RUN TestAccGameliftGameServerGroup_basic
=== PAUSE TestAccGameliftGameServerGroup_basic
=== RUN TestAccGameliftGameServerGroup_AutoScalingPolicy
=== PAUSE TestAccGameliftGameServerGroup_AutoScalingPolicy
=== RUN TestAccGameliftGameServerGroup_AutoScalingPolicy_EstimatedInstanceWarmup
=== PAUSE TestAccGameliftGameServerGroup_AutoScalingPolicy_EstimatedInstanceWarmup
=== RUN TestAccGameliftGameServerGroup_BalancingStrategy
=== PAUSE TestAccGameliftGameServerGroup_BalancingStrategy
=== RUN TestAccGameliftGameServerGroup_GameServerGroupName
=== PAUSE TestAccGameliftGameServerGroup_GameServerGroupName
=== RUN TestAccGameliftGameServerGroup_InstanceDefinition
=== PAUSE TestAccGameliftGameServerGroup_InstanceDefinition
=== RUN TestAccGameliftGameServerGroup_InstanceDefinition_WeightedCapacity
=== PAUSE TestAccGameliftGameServerGroup_InstanceDefinition_WeightedCapacity
=== RUN TestAccGameliftGameServerGroup_LaunchTemplate_Id
=== PAUSE TestAccGameliftGameServerGroup_LaunchTemplate_Id
=== RUN TestAccGameliftGameServerGroup_LaunchTemplate_Name
=== PAUSE TestAccGameliftGameServerGroup_LaunchTemplate_Name
=== RUN TestAccGameliftGameServerGroup_LaunchTemplate_Version
=== PAUSE TestAccGameliftGameServerGroup_LaunchTemplate_Version
=== RUN TestAccGameliftGameServerGroup_GameServerProtectionPolicy
=== PAUSE TestAccGameliftGameServerGroup_GameServerProtectionPolicy
=== RUN TestAccGameliftGameServerGroup_MaxSize
=== PAUSE TestAccGameliftGameServerGroup_MaxSize
=== RUN TestAccGameliftGameServerGroup_MinSize
=== PAUSE TestAccGameliftGameServerGroup_MinSize
=== RUN TestAccGameliftGameServerGroup_RoleArn
=== PAUSE TestAccGameliftGameServerGroup_RoleArn
=== RUN TestAccGameliftGameServerGroup_VpcSubnets
=== PAUSE TestAccGameliftGameServerGroup_VpcSubnets
=== CONT TestAccGameliftGameServerGroup_basic
=== CONT TestAccGameliftGameServerGroup_LaunchTemplate_Name
--- PASS: TestAccGameliftGameServerGroup_LaunchTemplate_Name (233.30s)
=== CONT TestAccGameliftGameServerGroup_MinSize
--- PASS: TestAccGameliftGameServerGroup_basic (244.39s)
=== CONT TestAccGameliftGameServerGroup_VpcSubnets
--- PASS: TestAccGameliftGameServerGroup_VpcSubnets (466.83s)
=== CONT TestAccGameliftGameServerGroup_RoleArn
--- PASS: TestAccGameliftGameServerGroup_MinSize (485.83s)
=== CONT TestAccGameliftGameServerGroup_GameServerProtectionPolicy
--- PASS: TestAccGameliftGameServerGroup_GameServerProtectionPolicy (200.52s)
=== CONT TestAccGameliftGameServerGroup_MaxSize
--- PASS: TestAccGameliftGameServerGroup_RoleArn (215.23s)
=== CONT TestAccGameliftGameServerGroup_LaunchTemplate_Version
--- PASS: TestAccGameliftGameServerGroup_LaunchTemplate_Version (191.36s)
=== CONT TestAccGameliftGameServerGroup_GameServerGroupName
--- PASS: TestAccGameliftGameServerGroup_MaxSize (338.40s)
=== CONT TestAccGameliftGameServerGroup_LaunchTemplate_Id
--- PASS: TestAccGameliftGameServerGroup_LaunchTemplate_Id (186.63s)
=== CONT TestAccGameliftGameServerGroup_InstanceDefinition_WeightedCapacity
--- PASS: TestAccGameliftGameServerGroup_GameServerGroupName (409.97s)
=== CONT TestAccGameliftGameServerGroup_InstanceDefinition
--- PASS: TestAccGameliftGameServerGroup_InstanceDefinition_WeightedCapacity (201.71s)
=== CONT TestAccGameliftGameServerGroup_AutoScalingPolicy_EstimatedInstanceWarmup
--- PASS: TestAccGameliftGameServerGroup_InstanceDefinition (279.57s)
=== CONT TestAccGameliftGameServerGroup_BalancingStrategy
--- PASS: TestAccGameliftGameServerGroup_AutoScalingPolicy_EstimatedInstanceWarmup (224.48s)
=== CONT TestAccGameliftGameServerGroup_AutoScalingPolicy
--- PASS: TestAccGameliftGameServerGroup_BalancingStrategy (259.16s)
--- PASS: TestAccGameliftGameServerGroup_AutoScalingPolicy (216.23s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/gamelift 2090.732s
@ajjohnston Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.6.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! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #18002
Supersedes #18003, taking this across the finish line.
Output from acceptance testing: