[2.8] Add variable type for performance_insights_retention_period

(cherry picked from commit 5bda9cbebf)
This commit is contained in:
David Hollenberger 2019-04-21 12:46:42 -04:00 committed by Toshio Kuratomi
parent 905b9b162d
commit 3cd3c0d7c6
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- Add variable type for performance_insights_retention_period (https://github.com/ansible/ansible/issues/49904).

View file

@ -1050,7 +1050,7 @@ def main():
new_db_instance_identifier=dict(aliases=['new_instance_id', 'new_id']),
option_group_name=dict(),
performance_insights_kms_key_id=dict(),
performance_insights_retention_period=dict(),
performance_insights_retention_period=dict(type='int'),
port=dict(type='int'),
preferred_backup_window=dict(aliases=['backup_window']),
preferred_maintenance_window=dict(aliases=['maintenance_window']),