1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add variable type for performance_insights_retention_period (#49905)

This commit is contained in:
David Hollenberger 2019-04-21 12:46:42 -04:00 committed by ansibot
parent 94f295e4a1
commit 5bda9cbebf

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']),