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

add terraform ci commands that do not require init #47

Closed sebastus closed 3 years ago

sebastus commented 3 years ago

resolves #23

Added terraform fmt "above the line" (where 'the line' is terraform init)

Added a couple of new Actions (fmt, validate, custom)

Will add custom commands (like tflint) in a separate PR.