Skip to content

Commit

Permalink
fix: Added tags for cert-manager-irsa policy for issue aws-ia#1216 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalsaugat authored and allamand committed Dec 15, 2022
1 parent 0d9307e commit 187cc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubernetes-addons/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ resource "aws_iam_policy" "cert_manager" {
name = "${var.addon_context.eks_cluster_id}-${local.helm_config["name"]}-irsa"
path = var.addon_context.irsa_iam_role_path
policy = data.aws_iam_policy_document.cert_manager_iam_policy_document.json
tags = var.addon_context.tags
}

0 comments on commit 187cc7e

Please sign in to comment.