We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
Similar to the existing transition_to_ia input, add a new transition_to_archive input
transition_to_ia
transition_to_archive
The new Archive EFS storage class has potential savings of about 50% of the unused data
Add a new transition_to_archive input that supports the relevant values
No response
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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 newtransition_to_archive
inputUse 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 valuesAlternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: