Releases: Aplyca/terraform-aws-efs
Releases · Aplyca/terraform-aws-efs
0.2.0
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
Update syntax for security_groups, please check https://www.terraform.io/upgrade-guides/0-12.html#referring-to-list-variables
Please check for more details about related updates with Terraform 0.12.x
https://github.com/hashicorp/terraform-guides/tree/master/infrastructure-as-code/terraform-0.12-examples