Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Basic Example

A very simple and basic example with fake data.

Usage

  1. Put the KUBECONFIG file in the same folder of the example with the name config.

  2. 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"

as here explained

Your Service Principal must have permissions to both Read and write all applications and Sign in and read user profile within the Windows Azure Active Directory API.

  1. Execute:
terraform init
terraform plan
terraform apply