mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
17 lines
224 B
HCL
17 lines
224 B
HCL
variable "serviceprinciple_id" {
|
|
}
|
|
|
|
variable "serviceprinciple_key" {
|
|
}
|
|
|
|
variable "location" {
|
|
default = "australiaeast"
|
|
}
|
|
|
|
variable "kubernetes_version" {
|
|
default = "1.16.10"
|
|
}
|
|
|
|
variable "ssh_key" {
|
|
}
|