mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
36 lines
499 B
HCL
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" {
|
|
# }
|