Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 253 Bytes

Basic provisioning of a Resource Group with Terraform on Azure

You can provision the Resource Group with the following commands:

terraform init
terraform plan
terraform apply

The resource group requires two parameters name and location.