Releases: terraform-google-modules/terraform-google-gcloud
Releases · terraform-google-modules/terraform-google-gcloud
terraform-google-gcloud v3.0.0
⚠ BREAKING CHANGES
- add Terraform 0.13 constraint and module attribution (#89)
Features
- add Terraform 0.13 constraint and module attribution (#89) (6037c26)
Bug Fixes
- Chain GOOGLE_CREDENTIALS variable on kubectl-wrapper submodule (#95) (48e1fee)
terraform-google-gcloud v2.1.0
Features
- add ability to impersonate for kubectl-wrapper module (#91) (0d4e6f3)
terraform-google-gcloud v2.0.3
Bug Fixes
- Add debug options and bump arg num check kubectl wrapper (#79) (162a4ec)
terraform-google-gcloud v2.0.2
Bug Fixes
- Lazy eval data source only if enabled (#76) (f2c9913)
terraform-google-gcloud v2.0.1
Bug Fixes
- Only instantiate external data resource if module is enabled (c47859c)
terraform-google-gcloud v2.0.0
⚠ BREAKING CHANGES
- 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".
Features
- Decoupled the upsert command and destroy command (#71) (497886c)
- Skip gcloud download by default. (#70) (7113d90)
terraform-google-gcloud v1.4.1
terraform-google-gcloud v1.4.0
Features
- kubectl: Generate kubeconfig dynamically (#62) (6501fd8)
terraform-google-gcloud v1.3.0
Features
- Allow overriding download behavior using
GCLOUD_TF_DOWNLOAD
environment variable. (#59) (9041027)
Bug Fixes
- Update to allow for usage in ephemeral environments (TFC/TFE) (#58) (e0595b0)
terraform-google-gcloud v1.2.0
Features
- only install missing additional_components (#53) (db6d1a4)
Bug Fixes
- Check for binaries in additional_components (#57) (c399a32)