cloudposse / terraform-aws-efs-backup

Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
https://cloudposse.com/accelerate
Apache License 2.0
43 stars 33 forks source link

Subnet ID as variable #33

Closed plumdog closed 5 years ago

plumdog commented 5 years ago

I found that the data pipeline had ended up using a private subnet - I think it just picked the one whose subnet ID came first when sorted - and this meant the instances just got stuck in the "waiting for runner" state.

The default behaviour remains the same, but allows a subnet ID to be passed in. In my case, I could now specify a public subnet and the pipeline ran successfully.

plumdog commented 5 years ago

@aknysh Done.

(I've done the other ones two, but I think there will be a "merge, rebase, rebuild docs, push" dance to do)