Skip to content

Commit

Permalink
Removed unused variables after moving autoscaler/kubectl to eks-confi…
Browse files Browse the repository at this point in the history
…guration.
  • Loading branch information
zawac002 committed Sep 26, 2023
1 parent ebc48b2 commit 0610a68
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0610a68

Please sign in to comment.