Skip to content

Releases: cloudposse/terraform-aws-efs-backup

0.9.0 Remove `current` argument from `aws_region`

07 May 20:35
Compare
Choose a tag to compare

what

  • Remove current argument from aws_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

08 Feb 16:55
Compare
Choose a tag to compare

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

08 Feb 16:18
Compare
Choose a tag to compare

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

08 Feb 16:05
Compare
Choose a tag to compare

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

10 Dec 09:50
205e542
Compare
Choose a tag to compare

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`

23 Oct 04:21
Compare
Choose a tag to compare

what

  • Remove -resource-role

why

  • Does not contribute more information
  • Causes name to get very long

references

Regenerate README.md

27 Jul 14:05
5dd89bf
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

17 Jul 08:50
8e75969
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.4.0

15 Jan 15:39
82fe791
Compare
Choose a tag to compare

what

  • Added name to aws_security_group

why

  • name was missing and was auto-generated by Terraform

0.3.9

08 Jan 05:35
01b8cfc
Compare
Choose a tag to compare

what

  • Added Travis CI
  • Bumped terraform-null-label version to 0.3.1

why

  • To monitor repo builds and status
  • Latest version with bug fixes