-
Notifications
You must be signed in to change notification settings - Fork 629
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
Option for EBS Optimized? #2988
Comments
@tedparagon I cannot see why we'd not want to support this. Can you post a PR to add the flag? See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#ebs_optimized |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixes: https://github.com/philips-labs/terraform-aws-github-runner/issues/2988 Adds ebs_optimized parameter for ec2 instances. Currently this defaults to false to keep it in line with the previous behavior. --------- Co-authored-by: Niek Palm <[email protected]>
@pbarnajc thanks for adding this. I see |
I can see the ebs_optimized on runners module. But how do i enable it on main module? |
I can't seem to find an option to enable EBS Optimized on the runner instance. Is this an oversight on my part or might there be a reason for not including this?
I believe this should just be a matter of setting
ebs_optimized
on theaws_launch_template
.Thanks!
The text was updated successfully, but these errors were encountered: