v1.5.1
what
- Adds a
--skip-init
flag which allows skippingterraform init
why
- This can help speed up workflows in the case that the user knows their last command successfully ran
terraform init
and they do not need to run init again.
--skip-init
flag which allows skipping terraform init
terraform init
and they do not need to run init again.