Clarify examples and read me

This commit is contained in:
Dennis Eikelenboom
2021-08-18 10:36:04 -07:00
parent 3cb80cebe4
commit 79449910c3
7 changed files with 47 additions and 27 deletions

View File

@ -27,13 +27,7 @@ This template describes the minimal set of resources you require to get started
## Usage
```bash
terraform plan \
-var 'name=azureml999' \
-var 'environment=dev' \
-var 'location=East US' \
-out demo.tfplan
terraform plan -var name=azureml567 -out demo.tfplan
terraform apply demo.tfplan
terraform apply "demo.tfplan"
```
\* Example shown with [Bash](https://www.gnu.org/software/bash/). For [Powershell](https://docs.microsoft.com/en-us/powershell/) replace backslashes with backticks.