```
terraform init
terraform plan
terraform apply
```
```
Outputs:
gitlab-staging_summary = <<EOT
name: gitlab-aks-staging
internal_ip: 192.168.200.15
Execute the following commands to add the credential on your .kube/config:
az aks get-credentials --resource-group euwest-gitlab-staging --name gitlab-aks-staging
and add this line in your /etc/hosts file:
192.168.200.15 gitlab-staging-bc4cea78.dae2fa98-fd73-4919-b260-c77bf7cf991c.privatelink.westeurope.azmk8s.io
EOT
```