marcel-dempers 837f69f019 updates
2020-07-17 13:00:33 +10:00

23 lines
288 B
HCL

variable "serviceprinciple_id" {
}
variable "serviceprinciple_key" {
}
variable "tenant_id" {
}
variable "subscription_id" {
}
variable "ssh_key" {
}
variable "location" {
default = "australiaeast"
}
variable "kubernetes_version" {
default = "1.16.10"
}