Skip to content

Commit

Permalink
Merge pull request #204 from GlennChia/docs/update-rover-commands
Browse files Browse the repository at this point in the history
docs: update rover command file path
  • Loading branch information
arnaudlh committed Jun 9, 2021
2 parents 425f3fc + ee36eea commit 939cb42
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 939cb42

Please sign in to comment.