Skip to content

Releases: smsilva/terraform-packager

Extra Build Scripts

10 May 11:40

Choose a tag to compare

  • Now the system will search for a directory called .tfp/scripts/build/ in the root directory of the project being built. It will then execute all the scripts found there in the first build step in alphabetical order.

Improvement

04 May 19:13

Choose a tag to compare

  • Now we can use export LOCAL_EXTRA_VOLUMES="${HOME}/.azure:/root/.azure" before stackrun to create extra volumes.

Improvements

22 Mar 14:58

Choose a tag to compare

  • With terraform 1.2.0 version and latest, will use -refresh-only option with apply command.
  • With terraform before 1.2.0 version, will use -refresh=true option with apply command.
  • Refresh only apply command will show a log line before execute with apply -refresh-only or apply -refresh=true
  • New help command.
  • New apply-refresh-only command.

plan no-color

23 Dec 01:23
d844959

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3