From db8ed0c923171931d965c04bd13b9948a15b1613 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Sat, 23 Oct 2021 09:56:38 +0200 Subject: [PATCH] changelog / version_added --- changelogs/fragments/522-efs-IA-transition.yml | 2 ++ plugins/modules/efs.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/522-efs-IA-transition.yml 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