mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-11 00:42:50 +02:00
docs: Replace cluster autoscaler/node termination handler example with Karpenter (#1994)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
terraform {
|
||||
required_version = ">= 0.13.1"
|
||||
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = ">= 3.72"
|
||||
}
|
||||
helm = {
|
||||
source = "hashicorp/helm"
|
||||
version = ">= 2.4"
|
||||
}
|
||||
kubectl = {
|
||||
source = "gavinbunney/kubectl"
|
||||
version = ">= 1.14"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user