Releases: coveooss/tgf
Releases · coveooss/tgf
v1.13.3
v1.13.2
v1.13.1
Changelog
413c988 Errors were not properly handled on init session with MFA
3744c29 Fix a problem causing tgf to ask the MFA without unsetting the AWS_PROFILE variable. That causes terragrunt to ask for the MFA on its turn and resulted in an error.
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64
v1.13.0
Changelog
- Add an option to make the mapping of the home directory optional
- Add an option to configure the AWS profile
- Add an option to set the logging level
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64
v1.12.2
v1.12.1
Changelog
- Updated the documentation
- Add a debug mode to check the issued docker command.
- Add libc6-compat to Alpine images to solve the problem of linux executable that caused "No such file or directory"
- Add local folders configuration through
.tgf.config
files
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64
Use of parameters store to stock default configuration
Pass any parameter after -- directly to entrypoint.
This change was required because:
tgf destroy -target=xxx
Interpreted this as tgf -t arget=xxx (tag for docker image)
By specifying:
tgf destroy -- -target=xxx
The target option will be directly passed to terraform.
Fix problem with flags
This version fix a problem with the evaluation of the flag.