Add enabled_metrics attributes to autoscaling_group (#256)

* make enabled_metrics property configurable

* update changelog
This commit is contained in:
Stefano Zaninetta
2019-01-30 11:50:41 +01:00
committed by Max Williams
parent dfd5a8f808
commit 39f30e9d58
4 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
##### Added
- Ability to configure force_delete for the worker group ASG (by @stefansedich)
- `enabled_metrics` input (by @zanitete)
##### Changed