Skip to content

Commit 03b91c2

Browse files
committed
Updated the terraform module version to 5.48
1 parent 473a552 commit 03b91c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module "karpenter_irsa_role" {
44
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
5-
version = "5.42.0"
5+
version = "5.48.0"
66
role_name = "${var.cluster_name}-karpenter"
77
attach_karpenter_controller_policy = true
88

0 commit comments

Comments
 (0)