atmos
atmos copied to clipboard
`atmos terraform` commands should have a `--skip-init` flag
trafficstars
Describe the Feature
A --skip-init flag would be great for situations where you know for sure that the terraform config hasn't changed. This is the case for the series of spacelit-* scripts that are executed as before_* hooks in Spacelift.
Expected Behavior
When using --skip-init, any atmos terraform * will skip over running terraform init.
Use Case
This will decrease the amount of time it takes for the atmos terraform wrapper to complete the subcommand.
Describe Ideal Solution
It saves us time?
Alternatives Considered
Haven't thought of any.
Additional Context
N / A
Seems reasonable
Closed via #193