Skip to content

Commit

Permalink
Merge pull request #1 from vishalsaugat/add-policy-tags
Browse files Browse the repository at this point in the history
## ‼️ PLEASE READ THIS FIRST ‼️
  • Loading branch information
vishalsaugat committed Jun 7, 2023
2 parents 58e61c9 + f9bf8cb commit 02131ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubernetes-addons/karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resource "aws_iam_policy" "karpenter" {
description = "IAM Policy for Karpenter"
policy = data.aws_iam_policy_document.karpenter.json
path = var.path
tags = var.addon_context.tags
}

#tfsec:ignore:aws-sqs-enable-queue-encryption
Expand Down

0 comments on commit 02131ca

Please sign in to comment.