Rover doesn't sanitize inputs #204
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Rover doesn't properly sanitize arguments that it passes to Terraform, allowing you to pass on extra command line arguments such as -auto-approve if you'd like, is this a bug or a feature? :)
example:
rover -lz /tf/caf/landingzones/caf_launchpad
-var-folder /tf/caf/configuration/${environment}/level0/launchpad
-parallelism 30
-level level0
-env ${caf_environment}
-var prefix="im"
-launchpad
-a destroy -auto-approve
The text was updated successfully, but these errors were encountered: