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.
3.5.0 (2024-09-03)
3.4.1 (2024-06-20)
3.4.0 (2024-02-02)
3.3.0 (2023-10-09)
3.2.1 (2023-09-13)
3.2.0 (2023-09-12)
- lint: updates for tflint (#159) (2b143df)
- updates for tflint, gcloud, dev-tools v1.13 (#150) (ba1e087)
3.1.2 (2022-08-30)
3.1.1 (2022-03-09)
3.1.0 (2021-11-24)
3.0.1 (2021-08-04)
3.0.0 (2021-05-25)
- add Terraform 0.13 constraint and module attribution (#89)
2.1.0 (2021-05-08)
2.0.3 (2020-09-12)
2.0.2 (2020-09-02)
2.0.1 (2020-08-13)
- Only instantiate external data resource if module is enabled (c47859c)
2.0.0 (2020-08-12)
- The module has been changed to not download gcloud by default. You can override this behavior by setting
skip_download = false
or setting the GCLOUD_TF_DOWNLOAD environment variable to "always".
- Decoupled the upsert command and destroy command (#71) (497886c)
- Skip gcloud download by default. (#70) (7113d90)
1.4.1 (2020-07-28)
1.4.0 (2020-07-27)
1.3.0 (2020-07-19)
1.2.0 (2020-07-16)
1.1.1 (2020-07-01)
1.1.0 (2020-06-19)
1.0.1 (2020-05-09)
1.0.0 (2020-04-15)
- gcloud is now downloaded as part of Terraform execution, meaning your Terraform runner needs access to the internet. Alternatively, you can install gcloud out-of-band and set
skip_download
to true.
0.5.1 (2020-02-20)
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