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

Fix/expose volume type #94

Merged
merged 5 commits into from
Mar 17, 2021
Merged

Fix/expose volume type #94

merged 5 commits into from
Mar 17, 2021

Conversation

soulchips
Copy link
Contributor

⚙️ Issue

The volume type "gp3" isn't currently supported in AWS launch configurations in all regions.
See here for more info

Fix

swapped the hardcoded volume-type for a variable which an operator may update

Notes:
Left the default value as gp3 in case there are any existing clusters with this volume type.

Leaving default value as gp3 since that was the hardcoded value and existing clusters may have successfully spun up with this value.
@soulchips soulchips requested a review from a team March 17, 2021 14:41
@soulchips soulchips requested a review from a team as a code owner March 17, 2021 14:41
Copy link
Contributor

@lloydChris lloydChris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Should also add it to the inputs section of the readme: https://github.com/CircleCI-Public/server-terraform/tree/main/nomad-aws#inputs

@soulchips
Copy link
Contributor Author

soulchips commented Mar 17, 2021

Looks good. Should also add it to the inputs section of the readme: https://github.com/CircleCI-Public/server-terraform/tree/main/nomad-aws#inputs

ah! good catch. lemme do that

done!

@soulchips soulchips merged commit 8e168e2 into main Mar 17, 2021
@soulchips soulchips deleted the fix/expose-volume-type branch March 17, 2021 16:24
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 this pull request may close these issues.

3 participants