diff --git a/changelogs/fragments/522-efs-IA-transition.yml b/changelogs/fragments/522-efs-IA-transition.yml new file mode 100644 index 00000000000..aebba2e4499 --- /dev/null +++ b/changelogs/fragments/522-efs-IA-transition.yml @@ -0,0 +1,2 @@ +minor_changes: +- efs - add ``transition_to_ia`` parameter to support specifying the number of days before transitioning data to inactive storage (https://github.com/ansible-collections/community.aws/pull/522). diff --git a/plugins/modules/efs.py b/plugins/modules/efs.py index c653063a8ab..3086ec47beb 100644 --- a/plugins/modules/efs.py +++ b/plugins/modules/efs.py @@ -103,7 +103,7 @@ to an IA storage class. - If this parameter is absent, any existing lifecycle policy will not be affected. choices: ['None', '7', '14', '30', '60', '90'] - + version_added: 2.1.0 extends_documentation_fragment: - amazon.aws.aws