mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 00:49:06 +01:00
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:
committed by
Max Williams
parent
ac62edc872
commit
ebac6c92bf
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user