This repository has been archived by the owner on Jan 31, 2021. It is now read-only.
Releases: cloudposse-archives/terraform-aws-kops-efs
Releases · cloudposse-archives/terraform-aws-kops-efs
0.6.0 Added variable IAM role session duration
0.5.0: Added provisioned throughput (#6)
What
- Update
terraform-aws-efs
to0.9.0
- Added support of
encrypted
,performance_mode
,provisioned_throughput_in_mibps
,throughput_mode
Why
- To provision efs throughput
0.4.0
Added Enabled Flag
Added Enabled flag (#3) * Added Enabled flag * Update main.tf
0.2.0
0.1.0
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.