Scenarios/AKS-Backup/input.tf (14 lines of code) (raw):
variable "location1" {
default = "swedencentral"
}
variable "location2" {
default = "swedencentral"
}
variable "aksName" {
type = string
default = ""
}
variable "rgLzName" {
type = string
default = "AksTerra-AVM-LZ-RG"
}