diff --git a/solution_template/vm-linux-terraform/README.md b/solution_template/vm-linux-terraform/README.md index fcdaf87b..be2a45bb 100644 --- a/solution_template/vm-linux-terraform/README.md +++ b/solution_template/vm-linux-terraform/README.md @@ -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 === diff --git a/solution_template/vm-linux-terraform/Template.zip b/solution_template/vm-linux-terraform/Template.zip deleted file mode 100644 index 984600e0..00000000 Binary files a/solution_template/vm-linux-terraform/Template.zip and /dev/null differ