Working on randomizing RG

This commit is contained in:
Tom Archer
2022-03-04 15:03:42 -08:00
parent e7300d5f62
commit 1c548de790
3 changed files with 12 additions and 13 deletions

View File

@ -1,6 +1,11 @@
variable "location" {
default = "eastus"
description = "Location of the resource."
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
}
variable "aks_service_principal_app_id" {