This is an minimal working configuration set for testing Rover v2 with.
It is intended for first time users, sanity checking and for Rover developers to test with (integration/smoke tests)
From the rovergo project repo root, cloned on your system. First fetch the landingzones source.
rover landingzone fetch
Deploy the launchpad but check everything is OK first with a dry run
rover apply -c examples/minimal/symphony.yaml -l level0 --dry-run
Now deploy the launchpad for real (no dry run)
rover apply -c examples/minimal/symphony.yaml -l level0
Deploy level 1
rover apply -c examples/minimal/symphony.yaml -l level1
This is a copy of the caf-starter demo level0 config for a launchpad
It expects that workspace is set to tfstate
This config contains just two "stacks" (web and test) each with a single Azure resource group. It is intended to provide the absolute bare minimum deployable set of resources to test Rover v2 with