diff --git a/terraform/eks/daemon/awsneuron/variables.tf b/terraform/eks/daemon/awsneuron/variables.tf index 4cb2a7904..a1c82cd81 100644 --- a/terraform/eks/daemon/awsneuron/variables.tf +++ b/terraform/eks/daemon/awsneuron/variables.tf @@ -26,3 +26,12 @@ variable "k8s_version" { default = "1.28" } +variable "ami_type" { + type = string + default = "AL2_x86_64" +} + +variable "instance_type" { + type = string + default = "t3.medium" +} \ No newline at end of file