Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.51 KB

ALZ Starter

Step 1. Update version of module in main.tf file and version of provider in terraform.tf to latest

Core Resources Deployment Phase 1

Step 2. Update the following variables after which run the following commands

az login
terraform init
terraform plan
terraform apply
For more details see here

Management Resources Deployment Phase 2

Step 3. Update the following variable to true and udpdate settings.management.tf after which run the following commands

terraform plan
terraform apply
For more details see here

Connectivity Resources Deployment Phase 3

Step 4. Update the following variable to true and udpdate settings.connectivity.tf after which run the following commands

terraform plan
terraform apply
For more details see here

Identity Resources Deployment Phase 4

Step 5. Update the following variable to true and udpdate settings.identity.tf after which run the following commands

terraform plan
terraform apply
For more details see here