Skip to content

Releases: cloudposse/terraform-aws-efs

0.15.0 Add KMS support

24 Jan 17:42
Compare
Choose a tag to compare

what

  • Add KMS support

why

  • Allow using existing KMS key for encryption

0.14.0 Use the latest label module to support the `environment` attribute

06 Jan 04:53
Compare
Choose a tag to compare

what

  • Use the latest label module to support the environment attribute

why

  • Allow the environment attribute to be passed to included modules
  • Useful for naming resources

0.13.0 Fix invalid example

14 Dec 06:17
Compare
Choose a tag to compare

what

  • Fix invalid example

why

  • availability_zones has been removed in abd23b7

0.12.0 Use attached rules for security group instead of inline rules

20 Nov 19:21
Compare
Choose a tag to compare

what

  • Use attached rules for security group instead of inline rules

why

0.11.0 Fix outputs. Remove redundant `availability_zones` var. Add security group ID and ARN to outputs

10 Oct 17:59
abd23b7
Compare
Choose a tag to compare

what

  • Fix outputs
  • Remove redundant availability_zones var
  • Add security group ID and ARN to outputs

why

  • TF 0.12 does not support list of lists (does not flatten [] if it contains another list)
  • Closes #29
  • Closes #30

0.10.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

28 Jun 03:56
eaa8da9
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.9.0 Add dns_name variable to allow control of CNAME

10 Apr 18:48
Compare
Choose a tag to compare

what

  • Add dns_name variable to allow control of CNAME

why

  • The creation of the EFS volume's CNAME is currently out of user's control. This change proposes the option to allow users to set their own DNS name for the volume. If no name is set, fallback to the current behavior

0.8.1 Fix Terraform outputs

25 Jan 03:07
f4c8c73
Compare
Choose a tag to compare

what

  • Fix Terraform outputs
  • Update license

why

  • Lists and maps are not supported in conditional statements

Allow Enable/Disable EFS

24 Jan 10:35
70c53a0
Compare
Choose a tag to compare
  • Allow Enable\Disable EFS

0.7.1 Fix `provisioned_throughput_in_mibps` data type

09 Jan 15:44
Compare
Choose a tag to compare

what

  • Fix provisioned_throughput_in_mibps data type

why