terraform-aws-efs
terraform-aws-efs copied to clipboard
Support transition_to_archive lifecycle policy
Describe the Feature
AWS recently added a new storage class to EFS called Archive AWS Terraform provider will soon have a release that adds support to it (see PR)
Expected Behavior
Similar to the existing transition_to_ia
input, add a new transition_to_archive
input
Use Case
The new Archive EFS storage class has potential savings of about 50% of the unused data
Describe Ideal Solution
Add a new transition_to_archive
input that supports the relevant values
Alternatives Considered
No response
Additional Context
No response
Hello @osterman
Can you please add this variable transition_to_archive
.
this is a blocker for us to keep using your EFS module.
Thank you.