# # Variables Configuration # variable "cluster-name" { default = "terraform-eks-company" type = string } variable "instance-name" { default = "ag1" type = string } variable "domain" { default = "s1e1" type = string } variable "local-ip" { type = string }