Skip to content

Commit d9f4e3a

Browse files
committed
Updated README
1 parent 0a1387e commit d9f4e3a

File tree

1 file changed

+2
-2
lines changed
  • solution_template/vm-linux-terraform

1 file changed

+2
-2
lines changed

solution_template/vm-linux-terraform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Azure Marketplace Terraform Solution Template
22
===
33

4-
This template provisions a `Linux` Virtual Machine(VM) to `Azure` pre-configured with the latest `Terraform` core runtime and the `Azure CLI` v2.0.
4+
This template provisions a `Linux` Virtual Machine(VM) to `Azure` pre-configured with the latest `Terraform` version and the `Azure CLI` v2.0.
55

66
Template Deployment Steps:
77
---
@@ -11,7 +11,7 @@ Template Deployment Steps:
1111
* Creates a `Terraform` template folder (tfTemplate)
1212
* Pre-configures `Terraform` remote state with the `Azure` backend
1313

14-
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.
14+
Once all required resources have been provisioned to `Azure` the template will then execute a shell script on the VM via the custom script extension. The shell script will install the latest `Terraform` version, `Azure CLI` v2.0, `Unzip`, `JQ` and create the remote storage container via the installed `Azure CLI` v2.0. Finally, it will then create a `Terraform` template folder that is pre-configured for use with `Terraform Remote State` and the `Azure` backend.
1515

1616
Post Deployment Configuration Steps
1717
===

0 commit comments

Comments
 (0)