This commit is contained in:
Tom Archer
2022-03-02 19:41:10 -08:00
parent af4a2cbdd5
commit 3770c0b277
4 changed files with 23 additions and 30 deletions

View File

@ -1,6 +1,9 @@
variable "resource_group_name" {
description = "Name of the resource group."
}
variable "location" {
default = "eastus"
description = "Location of the cluster"
description = "Location of the cluster."
}
variable "aks_service_principal_app_id" {