Added readme file

This commit is contained in:
Tom Archer
2022-03-04 10:18:32 -08:00
parent 679c91f666
commit 62f0de1b76
5 changed files with 63 additions and 7 deletions

View File

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