Skip to content
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

Added instance role ARN to GameLift fleets #10816

Closed
wants to merge 1 commit into from

Conversation

divmgl
Copy link
Contributor

@divmgl divmgl commented Nov 9, 2019

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" comments, they generate extra noise for pull request followers and do not help prioritize the request

Closes #10800

Release note for CHANGELOG:

- resource/aws_gamelift_fleet: Add `instance_role_arn` argument [GH-10800]

Output from unit testing:

➜  terraform-provider-aws git:(master) make test
==> Checking that code complies with gofmt requirements...
go test ./... -timeout=30s -parallel=4
go: downloading github.com/aws/aws-sdk-go v1.25.31
go: extracting github.com/aws/aws-sdk-go v1.25.31
go: finding github.com/aws/aws-sdk-go v1.25.31
?   	github.com/terraform-providers/terraform-provider-aws	[no test files]
ok  	github.com/terraform-providers/terraform-provider-aws/aws	12.280s
ok  	github.com/terraform-providers/terraform-provider-aws/aws/internal/flatmap	(cached)
ok  	github.com/terraform-providers/terraform-provider-aws/aws/internal/keyvaluetags	0.025s
➜  terraform-provider-aws git:(master)

I'm about to use this development version on my fleet and I'll update this ticket once I've verified this works as expected. I've been able to confirm that this works as expected and my GameLift fleet now has InstanceRoleArn assigned.

@divmgl divmgl requested a review from a team November 9, 2019 04:46
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/XXL Managed by automation to categorize the size of a PR. service/gamelift Issues and PRs that pertain to the gamelift service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Nov 9, 2019
@ghost ghost added size/S Managed by automation to categorize the size of a PR. and removed size/XXL Managed by automation to categorize the size of a PR. labels Nov 9, 2019
@ghost ghost added size/XS Managed by automation to categorize the size of a PR. and removed size/S Managed by automation to categorize the size of a PR. labels Nov 9, 2019
@ryndaniels ryndaniels removed the needs-triage Waiting for first response or review from a maintainer. label Nov 22, 2019
@ryndaniels
Copy link
Contributor

Hi @divmgl - thanks for taking the time to submit this. Before we move forward, we'll need you to run the acceptance tests for this resource - you can do this locally by running make testacc TESTARGS="-run=TestAccAWSGameliftFleet". I'm seeing some new failures on our end when running those tests against this PR, so we want to make sure we're not introducing any test regressions with this. Could you go ahead and update this with your acceptance test output once that is passing on your end? Thanks!

@ryndaniels ryndaniels added the waiting-response Maintainers are waiting on response from community or contributor. label Nov 22, 2019
@ghost ghost removed the waiting-response Maintainers are waiting on response from community or contributor. label Dec 6, 2019
@ryndaniels ryndaniels self-assigned this Jan 10, 2020
@ryndaniels
Copy link
Contributor

Hi @divmgl - since it's been a while since we've seen any update on this PR, we're going to go ahead and pick this up ourselves to keep things moving forward. I'm going to close this issue to consolidate discussion at the new PR #11553. We've pulled your work into that - thanks for getting this started! 🙂

@ryndaniels ryndaniels closed this Jan 10, 2020
@ghost
Copy link

ghost commented Mar 27, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/gamelift Issues and PRs that pertain to the gamelift service. size/XS Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GameLift fleets do not support InstanceRoleArn
2 participants