Skip to content

Commit a0909ad

Browse files
committed
fix: upgrade karpenter module to ~> 21.0 for AWS provider 6.0 compatibility
1 parent 359736f commit a0909ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/terraform/4-bootstrap/karpenter.tf

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

1616
module "karpenter" {
1717
source = "terraform-aws-modules/eks/aws//modules/karpenter"
18-
version = "~> 20.31"
18+
version = "~> 21.0"
1919

2020
cluster_name = local.cluster_name
2121

0 commit comments

Comments
 (0)