This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ TF_LOG=trace terraform apply test | |
2019/08/08 11:01:59 [INFO] Terraform version: 0.12.4 | |
2019/08/08 11:01:59 [INFO] Go runtime version: go1.12.4 | |
2019/08/08 11:01:59 [INFO] CLI args: []string{"/home/user/bin/terraform", "apply", "test"} | |
2019/08/08 11:01:59 [DEBUG] Attempting to open CLI config file: /home/user/.terraformrc | |
2019/08/08 11:01:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/08/08 11:01:59 [INFO] CLI command args: []string{"apply", "test"} | |
zip: not a valid zip file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chocolatey is running on Windows v 6.1.7601.65536 | |
Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". | |
Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". | |
Command line: "C:\ProgramData\chocolatey\choco.exe" install -debug -verbose vivaldi | |
Received arguments: install -debug -verbose vivaldi | |
RemovePendingPackagesTask is now ready and waiting for PreRunMessage. | |
Sending message 'PreRunMessage' out if there are subscribers... | |
[Pending] Removing all pending packages that should not be considered installed... | |
The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shopt -s histappend | |
HISTTIMEFORMAT="%s " | |
ETERNAL_HISTORY_FILE="$HOME/.bash_eternal_history" | |
PROMPT_COMMAND="history -a; history -n; $PROMPT_COMMAND" | |
PROMPT_COMMAND='echo "$$" "$USER" "$(history 1)" >> "$(eval '"'"'echo $ETERNAL_HISTORY_FILE'"'"')"; '"${PROMPT_COMMAND}" |