Skip to content

Commit

Permalink
changelog / version_added
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 23, 2021
1 parent d6d1234 commit db8ed0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/522-efs-IA-transition.yml
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion plugins/modules/efs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db8ed0c

Please sign in to comment.