jenkins-x / terraform-aws-eks-jx

A Terraform module for creating Jenkins X infrastructure on AWS
Apache License 2.0
63 stars 42 forks source link

feat: add option to change volume type and size for launch templates #314

Closed ankitm123 closed 2 years ago

ankitm123 commented 2 years ago

Signed-off-by: ankitm123 ankitmohapatra123@gmail.com

Description

This PR adds an option to modify volume type and size in launch templates. While we are adding this functionality, my advice would be to use the much more powerful aws eks module and vpc module to create the vpc and eks (we use those internally anyways for the eks-jx module), and then use the eks-jx module to create only the jx specific parts by setting create_eks = false and create_vpc = false

Special notes for the reviewer(s)

Which issue this PR fixes

fixes #