Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 929 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 929 Bytes

terraform-azure-reference

This is a reference project to setup a reference infrastructure environment on azure with terraform

Install terraform

  brew install terraform

Create a dev.tfvars file

client_id=""                                                                                                                                                       
client_secret=""                                                                                                                                               
tenant_id=""                                                                                                                                                       
subscription_id=""                                                                                                                                                 
prefix="dev"
location="West Europe"