Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 500 Bytes

Common Module

This modules is responsible for deploying the common stuff required for the reference archicture for Terraform on Azure.The module is developed in its own repository here.

Usage

Fill environment variables and run script:

export TF_VAR_location="francecentral"
export TF_VAR_tenant_id="<YOUR_TENANT_ID>"

# init terraform and backend storage
./init.sh

terraform apply -auto-approve