-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
feat(efs_file_system): lifecycle_policy transition_to_archive #35096
feat(efs_file_system): lifecycle_policy transition_to_archive #35096
Conversation
…nsition_to_archive capability
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccEFSFileSystem_lifecyclePolicy\|TestAccEFSFileSystem_basic\|TestAccEFSFileSystemDataSource_id' PKG=efs ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/efs/... -v -count 1 -parallel 2 -run=TestAccEFSFileSystem_lifecyclePolicy\|TestAccEFSFileSystem_basic\|TestAccEFSFileSystemDataSource_id -timeout 360m
=== RUN TestAccEFSFileSystemDataSource_id
=== PAUSE TestAccEFSFileSystemDataSource_id
=== RUN TestAccEFSFileSystem_basic
=== PAUSE TestAccEFSFileSystem_basic
=== RUN TestAccEFSFileSystem_lifecyclePolicy
=== PAUSE TestAccEFSFileSystem_lifecyclePolicy
=== CONT TestAccEFSFileSystemDataSource_id
=== CONT TestAccEFSFileSystem_lifecyclePolicy
--- PASS: TestAccEFSFileSystemDataSource_id (25.33s)
=== CONT TestAccEFSFileSystem_basic
--- PASS: TestAccEFSFileSystem_basic (29.13s)
--- PASS: TestAccEFSFileSystem_lifecyclePolicy (81.50s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/efs 87.283s
@EttoreFoti Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.32.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Implement transition_to_archive lifecycle policy in efs_file_system.
Relations
Closes #35082