fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
204 stars 98 forks source link

Support EBS in ASG module. #245

Open Magicloud opened 5 years ago

Magicloud commented 5 years ago

For instances in ASG that require storage other than root, terraform aws provider supports ebs_block_device. But asg module does not yet.

Ref: https://www.terraform.io/docs/providers/aws/r/launch_configuration.html#ebs_block_device

bitemyapp commented 4 years ago

This might be fixed by #249

@qrilka Can you confirm?

qrilka commented 4 years ago

Yes, exactly, see https://github.com/fpco/terraform-aws-foundation/pull/249/files#diff-673c119ce48fb7e8788412a6ccdcdb58R98