A very simple and basic example with fake data.
-
Put the
KUBECONFIG
file in the same folder of the example with the nameconfig
. -
Create a
terraform.tfvars
with the following variables:
ARM_CLIENT_ID="00000000-0000-0000-0000-000000000000"
ARM_CLIENT_SECRET="00000000-0000-0000-0000-000000000000"
ARM_SUBSCRIPTION_ID="00000000-0000-0000-0000-000000000000"
ARM_TENANT_ID="00000000-0000-0000-0000-000000000000"
Your Service Principal must have permissions to both
Read and write all applications
andSign in and read user profile
within the Windows Azure Active Directory API.
- Execute:
terraform init
terraform plan
terraform apply