Randomizing resource group and leaving in tfvars only the min the cust needs to mod

This commit is contained in:
Tom Archer
2022-03-02 18:59:01 -08:00
parent c25d0c2f2f
commit af4a2cbdd5
4 changed files with 34 additions and 27 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 cluster"
}
variable "aks_service_principal_app_id" {