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

@@ -286,6 +286,7 @@ resource "aws_iam_role" "workers" {
permissions_boundary = var.permissions_boundary
path = var.iam_path
force_detach_policies = true
tags = var.tags
}
resource "aws_iam_instance_profile" "workers" {