aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

Get landingzones working for plan/apply/init/destroy #42

Closed benc-uk closed 3 years ago

benc-uk commented 3 years ago

Currently only launchpad run works for deploying and destroying in launchpad mode. Also for CD the level must be launchpad: true.

Landingzone mode is a simple extension (most if not all of existing code in pkg/landingzone applies) however the required vars need to be set and state handled differently. etc

This should bring us to close to an usable but 'alpha' version

Task #21 makes up a large part (possibly all, pending investigation) of this effort