azuredeploy.tf to main.tf in README
This commit is contained in:
parent
938402edba
commit
5850bc8cf9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue