mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 00:49:06 +01:00
feat: Add tags on additional IAM resources like IAM policies, instance profile, OIDC provider (#1321)
This commit is contained in:
@@ -21,6 +21,7 @@ resource "aws_iam_policy" "worker_autoscaling" {
|
||||
description = "EKS worker node autoscaling policy for cluster ${module.my_cluster.cluster_id}"
|
||||
policy = data.aws_iam_policy_document.worker_autoscaling.json
|
||||
path = var.iam_path
|
||||
tags = var.tags
|
||||
}
|
||||
|
||||
data "aws_iam_policy_document" "worker_autoscaling" {
|
||||
|
||||
Reference in New Issue
Block a user