-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add instance access control attributes #50
Add instance access control attributes #50
Conversation
… cases and confirm if any other changes are needed.
…d to update the header file and the rest of the readme file.
…se is failing - we should really look at a better way to do these tests.
…is appears to be the standard.
re-ran pre-commit and manually created the header.md file |
…g with the way the resource should be defined.
/do-e2e-tests |
Checks must all be completed successfully before end to end testing can be run. |
…ub.com/dtappert/terraform-aws-iam-identity-center into add-instance-access-control-attributes
/do-e2e-tests |
End to end test has been scheduled |
E2E tests in progress |
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.
E2E tests completed successfully
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 🚀
Adding basic support for terraform instance access control attributes.
Open to doing a design review or getting feedback on whether we want/need to do any more robust integration testing.
I also noticed that we have a lot of tests that fail in a new account unless you go through and read the comments that tell you to create certain resources in the target AWS account (added a few missing comments/hints, too).