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

EBS Optimization #97

Closed
jrowinski3d opened this issue Dec 17, 2021 · 3 comments · Fixed by #101
Closed

EBS Optimization #97

jrowinski3d opened this issue Dec 17, 2021 · 3 comments · Fixed by #101

Comments

@jrowinski3d
Copy link
Contributor

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

I would like a flag to be available to enable ebs_optimzation in the launch_template

Expected Behavior

I would like a flag to be available to enable ebs_optimzation in the launch_template

Use Case

Enable ebs_optimzation in the launch_template

Describe Ideal Solution

Boolean flag to enable ebs_optimzation

I tried to push a branch/PR but I am getting access denied. I'm wondering if possible to just add this flag to the launch_template.tf to allow users to enable the optimization.

  ebs_optimzed = local.ebs_optimzed == "" ? false : local.ebs_optimzed
@nitrocode
Copy link
Member

@jrowinski3d thanks for creating the update. have you considered opening a PR for this? if you do, Id be fair to review

@jrowinski3d
Copy link
Contributor Author

hi @nitrocode , I get access denied when I try to push a branch for PR creation.

@nitrocode
Copy link
Member

@jrowinski3d you'll have to fork this module, create a branch off your fork, commit changes to it, and PR the branch to this repo to submit the patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants