azuredeploy.tf to main.tf in README

This commit is contained in:
anniehedgpeth 2017-04-24 14:38:14 -05:00
parent 938402edba
commit 5850bc8cf9
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ This template allows you to deploy a simple Linux VM using a few different optio
This template takes a minimum amount of parameters and deploys a Linux VM, using the latest patched version.
## azuredeploy.tf
The `azuredeploy.tf` file contains the actual resources that will be deployed. It also contains the Azure Resource Group definition and any defined variables.
## main.tf
The `main.tf` file contains the actual resources that will be deployed. It also contains the Azure Resource Group definition and any defined variables.
## outputs.tf
This data is outputted when `terraform apply` is called, and can be queried using the `terraform output` command.