Scenarios/AKS-Secure-Baseline-PrivateCluster/Terraform/06-AKS-Cluster/input.tf (60 lines of code) (raw):

variable "rgLzName" { type = string default = "AksTerra-AVM-LZ-RG" } variable "rgHubName" { type = string default = "AksTerra-AVM-Hub-RG" } variable "location" { type = string default = "eastus" } variable "vnetLzName" { type = string default = "vnet-lz" } variable "vnetHubName" { type = string default = "vnet-hub" } variable "adminGroupObjectIds" { type = string default = " " } variable "acrName" { type = string default = "acrlzti5y" } variable "akvName" { type = string default = "akvlzti5y" } variable "deployingAllInOne" { type = bool default = false } variable "vnetLzId" { type = string default = "" } variable "snetAksId" { type = string default = "" } variable "dnszoneAksId" { type = string default = "" } variable "dnszoneContosoId" { type = string default = "" } variable "acrId" { type = string default = "" } variable "akvId" { type = string default = "" }