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.
0.5.0 (2020-01-30)
0.4.0 - 2020-01-23
- Added variables for controlling dependency ordering. #17
- On destroy provisioners so gcloud is installed and configured prior to the
destroy_cmd
. Helpful when running each terraform run in a clean environment (eg. terraform cloud). #11
0.3.0 - 2019-12-21
create_cmd_entrypoint
anddestroy_cmd_entrypoint
variables can now be set to a custom script to run. Prior to running the command the module will prepend the module's bin directory toPATH
. #9create_cmd_triggers
can be set to trigger thecreate_cmd
local-exec again. #9
0.2.0 - 2019-12-18
- Updated GCloud SDK to 274.0.0
0.1.0 - 2019-11-19
- Initial release