Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Releases: cloudposse-archives/terraform-aws-kops-efs

0.6.0 Added variable IAM role session duration

28 Jan 10:52
42ab694
Compare
Choose a tag to compare
Added variable IAM role session duration (#7)

0.5.0: Added provisioned throughput (#6)

24 Oct 18:25
d067f67
Compare
Choose a tag to compare

What

  • Update terraform-aws-efs to 0.9.0
  • Added support of encrypted, performance_mode, provisioned_throughput_in_mibps, throughput_mode

Why

  • To provision efs throughput

0.4.0

05 Aug 14:28
d81524f
Compare
Choose a tag to compare

what

  • metadata modules updated

why

  • to follow recent notations and conventions of naming/tagging IAM roles, VPCs etc

Added Enabled Flag

28 Feb 20:33
63f2bdf
Compare
Choose a tag to compare
Added Enabled flag (#3)

* Added Enabled flag

* Update main.tf

0.2.0

01 Feb 13:32
cbea0bf
Compare
Choose a tag to compare
Add EFS provisioning (#2)

Actually provision EFS from this module too.

0.1.0

23 Jan 10:41
eafe346
Compare
Choose a tag to compare
Init kops-efs module for `efs-provider` IAM role (#1)

This was largely taken from `terraform-aws-kops-external-dns` which does
similar. Note that the change here is that we fall back onto the default
`AmazonElasticFileSystemFullAccess` role rather than creating our own.