Skip to content

Commit

Permalink
feat: Tag external-dns IAM policy (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored and vara-bonthu committed Nov 11, 2022
1 parent 0efff99 commit 1119012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubernetes-addons/external-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ resource "aws_iam_policy" "external_dns" {
name = "${var.addon_context.eks_cluster_id}-${local.name}-irsa"
path = var.addon_context.irsa_iam_role_path
policy = data.aws_iam_policy_document.external_dns_iam_policy_document.json
tags = var.addon_context.tags
}

# TODO - remove at next breaking change
Expand Down

0 comments on commit 1119012

Please sign in to comment.