-
Notifications
You must be signed in to change notification settings - Fork 650
Default to not attching AmazonSSMManagedInstanceCore to instances #143
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
Default to not attching AmazonSSMManagedInstanceCore to instances #143
Conversation
930452d
to
1c2b7fe
Compare
1c2b7fe
to
a48a6d8
Compare
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.
@HenryNguyen5 please check the build, terraform format is failing. The repo has configured https://pre-commit.com/ run terraform format on commint and update the variables in the readme.
a48a6d8
to
2c236b3
Compare
@npalm should be good now! |
2c236b3
to
2bf5e1a
Compare
Rebased |
@HenryNguyen5 thanks for updating, just checked the PR. Seems the permissions are set twice in the runner module. To disable the SSM we need to remove a bit more. Please can you remove |
@npalm removed! |
@npalm anything I should do to push this along? |
Thank, looks all good. We will merge asap |
…es (#143) * Default to not attching AmazonSSMManagedInstanceCore to instances * Remove instance_runner_session_manager_policy
Disables AmazonSSMManagedInstanceCore policy attachment to runner instances unless the
debug_instances
variable is set.Related issue:
https://github.com/philips-labs/terraform-aws-github-runner/issues/114