Skip to content

Commit

Permalink
fix: Add tags to IRSA created roles (aws-ia#1250)
Browse files Browse the repository at this point in the history
Resolves undefined
  • Loading branch information
vishalsaugat authored and allamand committed Jan 10, 2023
1 parent 04102f1 commit 99d55b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubernetes-addons/helm-addon/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ module "irsa" {
irsa_iam_permissions_boundary = lookup(var.addon_context, "irsa_iam_permissions_boundary", null)
eks_cluster_id = var.addon_context.eks_cluster_id
eks_oidc_provider_arn = var.addon_context.eks_oidc_provider_arn
tags = var.addon_context.tags
}

0 comments on commit 99d55b4

Please sign in to comment.