You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Enter eks cluster name - example like eks-demo, eks-dev etc"
type = string
}
variable "eks-worker-ami" {
description = "Please visit here - https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html and select your pre-baked AMI depending on the cluster version and the region you are planning to launch cluster into"
}
variable "volume_size" {
description = "Enter size of the volume"
}
# In eks worker node instance type directly affects the number of PODs can run on a Node. Choose wisely.