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

Make email optional #34

Closed plumdog closed 5 years ago

plumdog commented 5 years ago

I found that the SNS cloudformation stack errored if I tried to set email to be "". This makes it so the cloudformation stack can handle email being empty.

This also adds the topic ARN as an output, so you can link it up to whatever you choose.

plumdog commented 5 years ago

@aknysh Rebased.