Skip to content

Releases: Aplyca/terraform-aws-efs

0.2.0

16 Sep 19:24
Compare
Choose a tag to compare

Support to set transition to infrequent access
lifecycle_policy {
transition_to_ia = "AFTER_30_DAYS"
}

To use from your project, just add a new line:
efs_transition_to_ia = "AFTER_14_DAYS"
To see available values for the transition period, check https://www.terraform.io/docs/providers/aws/r/efs_file_system.html#lifecycle-policy-arguments

0.1.1

22 Jul 21:21
Compare
Choose a tag to compare

v0.1.0

13 Apr 22:55
Compare
Choose a tag to compare
Uploading files