Skip to content

Commit

Permalink
Merge pull request #9 from tribeiros/patch-1
Browse files Browse the repository at this point in the history
Update oidc-iam-policies.tf without kms prefix on resources
  • Loading branch information
marcincuber authored Jan 18, 2024
2 parents 45060aa + d3645c0 commit faa211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/oidc-iam-policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,6 @@ data "aws_iam_policy_document" "karpenter_controller" {
"kms:Decrypt",
]

resources = [module.kms_eks_cluster.key_arn]
resources = [module.eks_cluster.key_arn]
}
}

0 comments on commit faa211c

Please sign in to comment.