Skip to content

Commit 47cb0a6

Browse files
committed
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.60.0
1 parent 70e185d commit 47cb0a6

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.59.0"
65+
version = "5.60.0"
6666

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

0 commit comments

Comments
 (0)