Releases: smsilva/terraform-packager
Releases · smsilva/terraform-packager
Extra Build Scripts
Improvement
- Now we can use
export LOCAL_EXTRA_VOLUMES="${HOME}/.azure:/root/.azure"beforestackrunto create extra volumes.
Improvements
- With terraform
1.2.0version and latest, will use-refresh-onlyoption withapplycommand. - With terraform before
1.2.0version, will use-refresh=trueoption withapplycommand. - Refresh only
applycommand will show a log line before execute withapply -refresh-onlyorapply -refresh=true - New
helpcommand. - New
apply-refresh-onlycommand.