Skip to content

Commit

Permalink
Updated usage example in command-line-deployment.md file (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Shan Nawaz <shnawa@microsoft.com>
  • Loading branch information
shannawaz and Shan Nawaz authored Mar 25, 2021
1 parent 4ca3dd5 commit d085f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/command-line-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ For example, from the root of this repository, you could apply Tier 0 with a com
```bash
src/scripts/apply_terraform.sh \
src/core/globals.tfvars \
src/core/tier-0
src/core/tier-0 tier-0.tfvars
```

To apply Tier 1, you could then change the target directory:

```bash
src/scripts/apply_terraform.sh \
src/core/globals.tfvars \
src/core/tier-1
src/core/tier-1 tier-1.tfvars
```

Repeating this same pattern, for whatever configuration you wanted to apply and reuse in some automated pipeline.
Expand Down

0 comments on commit d085f0e

Please sign in to comment.