Fixed README

This commit is contained in:
Jeffrey Cline 2018-02-27 16:54:08 -08:00
parent c6b56890e1
commit 0a1387ef07
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Template Deployment Steps:
* Creates a `Terraform` template folder (tfTemplate)
* Pre-configures `Terraform` remote state with the `Azure` backend
Once all required resources have been provisioned to `Azure` the template will then execute a shell script on the VM using the custom script extension. The shell script will install latest `Terraform` core runtime and the `Azure CLI` v2.0. It then creates a `Terraform` template folder that is pre-configured to use `Terraform Remote State` with the `Azure` backend. The `Azure CLI` will also create the storage container required by remote state.
Once all required resources have been provisioned to `Azure` the template will then execute a shell script on the VM using the custom script extension. The shell script will install the latest version of the`Terraform` core runtime and the `Azure CLI` v2.0 tool set. It then creates a `Terraform` template folder that is pre-configured to use `Terraform Remote State` with the `Azure` backend. The `Azure CLI` will also create the storage container required by remote state.
Post Deployment Configuration Steps
===