Skip to content

Commit 2a28439

Browse files
committed
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.53.0
1 parent a21ea91 commit 2a28439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/karpenter/main.tf

+1-1
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.52.2"
65+
version = "5.53.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)