ansible-elastic-beanstalk
ansible-elastic-beanstalk copied to clipboard
Add support for ResourceLifecycleConfig
There is a new parameter for creating an application, ResourceLifecycleConfig dictionary.
- create appropriate attributes
- include logic to use provided parameters
max_count_rule and max_age_rule can be used as the values, max_age_rule_delete_s3, max_count_rule_delete_s3 for the bool's to delete. You could almost use the one boolean but I think it's necessary to have two for flexibility.