Skip to content

Commit 55e44aa

Browse files
committed
chore(deps): update terraform terraform-aws-modules/iam/aws to v6
1 parent 629536d commit 55e44aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/karpenter/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ moved {
6262

6363
module "irsa" {
6464
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
65-
version = "5.60.0"
65+
version = "6.2.2"
6666

6767
role_name_prefix = "karpenter-${data.aws_eks_cluster.this.name}"
6868
role_description = "IRSA role for karpenter"

0 commit comments

Comments
 (0)