Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 535 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:

$LOCATION="westeurope"
$TENANT_ID="YOUR AZURE TENANT ID"

# init terraform and backend storage
./init.sh

terraform apply -auto-approve \
  -var location=$LOCATION \
  -var tenant_id=$TENANT_ID