Skip to content

Commit

Permalink
docs: update rover command file path
Browse files Browse the repository at this point in the history
remove /landingzones/ from path
  • Loading branch information
GlennChia committed Jun 7, 2021
1 parent 425f3fc commit ee36eea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions caf_launchpad/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ You can pick your scenario and use one of the following commands:

```bash
# Simple scenario for learning and demonstration
rover -lz /tf/caf/landingzones/caf_launchpad \
rover -lz /tf/caf/caf_launchpad \
-launchpad \
-var-folder /tf/caf/landingzones/caf_launchpad/scenario/100 \
-var-folder /tf/caf/caf_launchpad/scenario/100 \
-parallelism=30 \
-a apply

# Advanced scenario - Requires Azure AD privileges
rover -lz /tf/caf/landingzones/caf_launchpad \
rover -lz /tf/caf/caf_launchpad \
-launchpad \
-var-folder /tf/caf/landingzones/caf_launchpad/scenario/200 \
-var-folder /tf/caf/caf_launchpad/scenario/200 \
-parallelism=30 \
-a apply

# If the tfstates are stored in a different subscription you need to execute the following command
rover -lz /tf/caf/landingzones/caf_launchpad \
rover -lz /tf/caf/caf_launchpad \
-tfstate_subscription_id <ID of the subscription> \
-launchpad \
-var-folder /tf/caf/landingzones/caf_launchpad/scenario/200 \
-var-folder /tf/caf/caf_launchpad/scenario/200 \
-parallelism=30 \
-a apply
```
Expand Down

0 comments on commit ee36eea

Please sign in to comment.