2020-07-21 18:07:46 +10:00

36 lines
499 B
HCL

variable "vpc_id" {
}
variable "private_subnets" {
}
variable "public_subnets" {
}
# variable "worker_group_1_security_id" {
# }
# variable "worker_group_all_security_id" {
# }
# variable "worker_group_2_security_id" {
# }
# variable "serviceprinciple_id" {
# }
# variable "serviceprinciple_key" {
# }
# variable "location" {
# default = "australiaeast"
# }
# variable "kubernetes_version" {
# default = "1.16.10"
# }
# variable "ssh_key" {
# }