From 0610a686cfc13ee7b9fcb5b85ec4e217d5cadd70 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Tue, 26 Sep 2023 14:54:00 -0400 Subject: [PATCH] Removed unused variables after moving autoscaler/kubectl to eks-configuration. --- variables.tf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/variables.tf b/variables.tf index adc6889..2cb84a4 100644 --- a/variables.tf +++ b/variables.tf @@ -9,17 +9,6 @@ variable "cluster_version" { default = "1.27" } -variable "region" { - description = "AWS region" - type = string -} - -variable "profile" { - description = "AWS config profile" - type = string - default = "" -} - variable "vpc_name" { description = "Define the VPC name that will be used by this cluster" type = string @@ -36,12 +25,6 @@ variable "domain" { type = string } -variable "kubectl_image_tag" { - description = "The version of bitnami/kubectl image to use." - type = string - default = "1.27.1" -} - variable "eks_instance_disk_size" { description = "The size of the disk of the worker nodes in gigabytes. 40 is the approximate minimum. Needs to hold the all of the normal operating system files plus every image that will be used in the cluster." type = number