Releases: cloudposse/terraform-aws-efs-backup
Releases · cloudposse/terraform-aws-efs-backup
0.9.0 Remove `current` argument from `aws_region`
what
- Remove
current
argument fromaws_region
why
- Fixes
data.aws_region.default: "current": [REMOVED] Defaults to current provider region if no other filtering is enabled
in aws provider versions 2.x.x
references
*https://www.terraform.io/docs/providers/aws/guides/version-2-upgrade.html#data-source-aws_region
0.8.0 Allow setting datapipeline security group
what
- Allow setting datapipeline security group
why
- The security group for the datapipeline instances opens SSH to the world (port 22, 0.0.0.0/0), which is not ideal
- Allow a security group to be passed into the module for use on the datapipeline instances. The EFS mount security group must allow traffic from this security group
0.7.0 Make email optional in CloudFormation template
what
- Make email optional in CloudFormation template
why
- The SNS CloudFormation stack throws error if the email is set to
""
- Make the CloudFormation stack handle email being empty
- Add the topic ARN as an output, so you can link it up to whatever you choose
0.6.0 Pass a subnet ID to be used by the data pipeline
what
- Pass a subnet ID to be used by the data pipeline
why
- In some cases the data pipeline had ended up using a private subnet - it just picks the one whose subnet ID came first when sorted - and this meant the instances just got stuck in the "waiting for runner" state
- Can now specify a public subnet for the pipeline
0.5.1: Update readme yaml file
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.5.0 Remove `-resource-role`
what
- Remove
-resource-role
why
- Does not contribute more information
- Causes name to get very long
references
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README