Skip to content

Commit a410d36

Browse files
authored
Merge pull request #81 from cookielab/renovate/terraform-aws-modules-iam-aws-5.x
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.60.0
2 parents 062e998 + 47cb0a6 commit a410d36

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)