-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Added support for gp3 and io2 both root and ebs volumes (fixed copy of #117) #136
Conversation
/test all |
@tbpoetke please bump modules in the examples in order to successfully pass the test/bats check https://github.com/tbpoetke/terraform-aws-ec2-instance/blob/master/examples/complete/main.tf |
|
@tbpoetke unfortunately after bumping the modules, there are also some breaking changes with the interface. Please ensure that the examples/complete module plans locally successfully and I will re-run tests. |
ok, I will try to fix it, thanks for your help! |
@nitrocode should work now, terraform validate and terraform plan no more errors, please retry the Github Action test. Thank you! |
/test all |
Ok, will fix it again tomorrow ....sorry for the circumstances ... |
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.
I changed the deprecated syntax. Locally it's working for me, idk why the tests are failing!
/test all |
@tbpoetke more yak shaving... please bump the required terraform version to |
It's a long ride through this pipeline 🔢 |
/test all |
Thank you so much for the contribution @tbpoetke ! I know it was a bit arduous. Future PRs will be easier. |
Thank you for your review and your help @nitrocode . Next time I will try to test the pipeline with act to avoid such problems .... |
…cloudposse#117) (cloudposse#136) * adding gp3 volume * fmt * Auto Format * fix variables * update modules * fix examples to be inline with new module versions * remove deprecated syntax * upgrade required terraform version * Auto Format * fix provider in examples Co-authored-by: Tommy <[email protected]> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Tommy <[email protected]>
…cloudposse#117) (cloudposse#136) * adding gp3 volume * fmt * Auto Format * fix variables * update modules * fix examples to be inline with new module versions * remove deprecated syntax * upgrade required terraform version * Auto Format * fix provider in examples Co-authored-by: Tommy <[email protected]> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Tommy <[email protected]>
what
why
references