mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-18 23:09:38 +02:00
feat: Add tags on additional IAM resources like IAM policies, instance profile, OIDC provider (#1321)
This commit is contained in:
@@ -170,6 +170,7 @@ resource "aws_iam_policy" "cluster_elb_sl_role_creation" {
|
||||
description = "Permissions for EKS to create AWSServiceRoleForElasticLoadBalancing service-linked role"
|
||||
policy = data.aws_iam_policy_document.cluster_elb_sl_role_creation[0].json
|
||||
path = var.iam_path
|
||||
tags = var.tags
|
||||
}
|
||||
|
||||
resource "aws_iam_role_policy_attachment" "cluster_elb_sl_role_creation" {
|
||||
|
||||
Reference in New Issue
Block a user