Files
terraform-azure/quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/terraform.tfvars
2021-08-01 19:42:50 -07:00

10 lines
330 B
HCL

resource_group_name = "<Name of the Resource Group already created>"
location = "<Location of the Resource Group>"
aks_service_principal_app_id = "<Service Principal AppId>"
aks_service_principal_client_secret = "<Service Principal Client Secret>"
aks_service_principal_object_id = "<Service Principal Object Id>"