Skip to content

Commit

Permalink
add tags iam role (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber committed Jun 4, 2021
1 parent c7ac3a1 commit 5b653f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ resource "aws_iam_role" "main" {
]
}
EOF

tags = var.tags
}

resource "aws_iam_role_policy_attachment" "main_AmazonEKSWorkerNodePolicy" {
Expand Down

0 comments on commit 5b653f1

Please sign in to comment.