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