Skip to content

Commit 1e9961c

Browse files
authored
Update main.tf
1 parent 3a8a5b7 commit 1e9961c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • manifests/modules/autoscaling/compute/karpenter/.workshop/terraform

manifests/modules/autoscaling/compute/karpenter/.workshop/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "aws_eks_addon" "pod_identity" {
77

88
module "karpenter" {
99
source = "terraform-aws-modules/eks/aws//modules/karpenter"
10-
version = "21.1.5"
10+
version = "21.3.0"
1111

1212
cluster_name = var.addon_context.eks_cluster_id
1313
create_pod_identity_association = true

0 commit comments

Comments
 (0)