All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
stage.*.container.skip_workspace
boolean parameter to skip mounting the current working directory when using the docker plugin - Do not pass the PATH and host environment variables to the child docker container
- Fixes
depends_on
not being respected on modules.
- Changes the behavior of module lifecycles. By default all modules will be run if lifecycle.phase is unspecified.
- Add
TOGOMAK_ARGS
environment variable.
- Add
--logging.local.file
and--logging.local.file.path
for writing logs to file.
- Fix
path.module
incorrectly being populated for togomak modules
- Add support for
modules
- Add JSON logger
- Add
for_each
to modules - Add
variable
block
- Add support for
for_each
meta argument
see
git log
for previous release history, or use GitHub releases page