Releases: troyready/ihlp
Releases · troyready/ihlp
v0.4.4
Fixed
- GCP project id will now be automatically retrieved from application default credentials
v0.4.3
Fixed
- Terraform downloads on darwin not having correct permissions set
v0.4.2
Fixed
- Better GCP auth error handling
v0.4.1
Fixed
- Added tsconfig.json file generation to init
v0.4.0
Fixed
- Fixed
init
@types/node detection
Added
- GCP deployment manager support
v0.3.2
Added
- AWS EKS with Flux init generator
v0.3.1
Fixed
- Fixed
--target
option (now skipping non-matching block correctly)
- Fixed TF targets syntax (dropped extra quotes)
v0.3.0
Added
--target
option to deploy/destroy/tf-shell
to specify block names to target
target
option in Terraform blocks to specify --target=
option during terraform operations
--upgrade
option to deploy
to use the upgrade option of tf init
v0.2.0
Added
--upgrade
option to tf-shell to use the upgrade option of tf init
v0.1.10
Fixed
- Add gitignore file to init examples