Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tags to underlying resource aws_iam_policy #1328

Closed
vadivkanag opened this issue Apr 29, 2021 · 2 comments
Closed

add tags to underlying resource aws_iam_policy #1328

vadivkanag opened this issue Apr 29, 2021 · 2 comments

Comments

@vadivkanag
Copy link

vadivkanag commented Apr 29, 2021

Is your request related to a new offering from AWS? - No

Is your request related to a problem? - Yes

Could you please add tags to these resource as well, its failing in our compliance check.

Describe the solution you'd like.

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/cluster.tf#L167

resource "aws_iam_policy" "cluster_elb_sl_role_creation" {
 .....
 tags = var.tags
}

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/workers_launch_template.tf#L557

resource "aws_iam_instance_profile" "workers_launch_template" {
 ......
 tags = var.tags
}
@barryib
Copy link
Member

barryib commented May 19, 2021

Closing. This has been added with #1321

@barryib barryib closed this as completed May 19, 2021
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants