Skip to content

Commit e792282

Browse files
committed
chore(deps): update terraform terraform-aws-modules/iam/aws to v6
1 parent 5c1b313 commit e792282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1.1"
6666

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

0 commit comments

Comments
 (0)