Adding tags for Log groups and workers IAM role (#448)

* Adding tags for Cloudwatch log group

* Adding tags for workers IAM role

* Update CHANGELOG.md

* Removing change in CHANGELOG.md

* Fixing formatting issues
This commit is contained in:
Lucas Giacomazzi
2019-08-06 13:01:01 -03:00
committed by Max Williams
parent ac62edc872
commit ebac6c92bf
3 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added support for log group tag in `./cluster.tf` (@lucas-giaco)
- Added support for workers iam role tag in `./workers.tf` (@lucas-giaco)
- Write your awesome addition here (by @you)
- Added `required_providers` to enforce provider minimum versions (by @dpiddockcmp)