-
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
Bugfix: aws_ssm_activation
Fails on nonexistent role
#31340
Bugfix: aws_ssm_activation
Fails on nonexistent role
#31340
Conversation
…ests to properly test the iam_role field
… CreateActivationInput
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=TestAccSSMActivation_' PKG=ssm ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ssm/... -v -count 1 -parallel 2 -run=TestAccSSMActivation_ -timeout 180m
=== RUN TestAccSSMActivation_basic
=== PAUSE TestAccSSMActivation_basic
=== RUN TestAccSSMActivation_tags
=== PAUSE TestAccSSMActivation_tags
=== RUN TestAccSSMActivation_expirationDate
=== PAUSE TestAccSSMActivation_expirationDate
=== RUN TestAccSSMActivation_disappears
=== PAUSE TestAccSSMActivation_disappears
=== CONT TestAccSSMActivation_basic
=== CONT TestAccSSMActivation_expirationDate
--- PASS: TestAccSSMActivation_expirationDate (27.27s)
=== CONT TestAccSSMActivation_tags
--- PASS: TestAccSSMActivation_basic (27.35s)
=== CONT TestAccSSMActivation_disappears
--- PASS: TestAccSSMActivation_disappears (22.23s)
--- PASS: TestAccSSMActivation_tags (33.29s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ssm 66.192s
@brittandeyoung Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.67.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. |
Description
This pull request accomplishes the following:
iam_role
field by separating out the resource name and the iam role name.I made sure that the tests were failing before the update to code and are now passing with the correct field being passed.
Relations
Closes #30441
References
Output from Acceptance Testing