Skip to content

Commit

Permalink
update AKS module readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorioland committed Dec 19, 2019
1 parent d6fc047 commit 995e435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/aks/README.md
Expand Up @@ -11,8 +11,8 @@ Create a service principal for Azure Kubernetes Service, following [this documen
Export service principal client id and client secret into Terraform environment variables:

```bash
export TF_VAR_service_principal_client_id="<YOUR_SP_CLIENT_ID>"
export TF_VAR_service_principal_client_secret="<YOUR_SP_CLIENT_SECRET>"
export TF_VAR_service_principal_client_id ="<YOUR_SP_CLIENT_ID>"
export TF_VAR_service_principal_client_secret ="<YOUR_SP_CLIENT_SECRET>"
export TF_VAR_environment = "development"
export TF_VAR_location = "francecentral"
export TF_VAR_kubernetes_version = "1.15.5"
Expand Down

0 comments on commit 995e435

Please sign in to comment.