aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure
MIT License
171 stars 142 forks source link

Exit with error if no launchpad found #253

Closed brk3 closed 2 years ago

brk3 commented 2 years ago

In the case where no matching environment is found or the user doesn't have enough permissions, we should exit with non zero. An example use case is where I mistype or otherwise forget to set my environment, rover will output the "There is no remote state for ..." message, but in a pipeline can look like it has passed.

arnaudlh commented 2 years ago

thanks for your contribution @brk3!