Skip to content

Latest commit

 

History

History

terraform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Azure Active Directory License Governor Infrastructure

Infrastructure as Code definitions to support the aad-license-governor project.

Requirements

  • Terraform 1.0 or higher
  • Terraform exe is in the PATH of your local machines
  • Azure CLI 2.28 or higher

Projects

Folder Type Description
src/Azure Terraform Azure resources for the solution
src/Azure/config Terraform Configuration values for different environments
src/Azure/scripts Powershell Scripts to run for development use

Actions

Action Description
continuous-integration Continuous Integration build for the the /src/Azure code

Development Environment Setup

To configure your develpment environment, use the following steps:

  1. Pull down the code from GitHub.
  2. Change your working directory to src/Azure
  3. Using Powershell run az login -t
az login -t 335776b5-3fba-4122-bcef-84458b1b8201
  1. Initialize the project by running src/Azure/scripts/initialize.ps1

After changes are made, you can then plan and apply changes by running the src/Azure/scripts/plan.ps1 and src/Azure/scripts.apply.ps1 scripts.