quickstart/aks/variables.tf (6 lines of code) (raw):
variable "resource_group_name" {
description = "A prefix used for all resources in this example"
}
variable "location" {
description = "The Azure Region in which all resources in this example should be provisioned"
}