We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1b313 commit e792282Copy full SHA for e792282
1 file changed
modules/karpenter/main.tf
@@ -62,7 +62,7 @@ moved {
62
63
module "irsa" {
64
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
65
- version = "5.60.0"
+ version = "6.1.1"
66
67
role_name_prefix = "karpenter-${data.aws_eks_cluster.this.name}"
68
role_description = "IRSA role for karpenter"
0 commit comments