Files
opentf/command
Alisdair McDiarmid 820ed48813 command: Fix init flags silent exit bug
When using `-flag=value` with Powershell, unquoted values are broken
into separate arguments. This means that the following command:

  terraform init -backend-config=./backend.conf

is interpreted by Terraform as:

  terraform init -backend-config= ./backend.conf

This results in an empty backend-config setting (which is semantically
valid!) followed by a custom configuration path (pointing at a file).

Due to a bug where we could exit without printing diagnostics, this
would result in a silent failure that was very difficult to diagnose.
2020-06-18 17:58:45 -04:00
..
2020-06-12 15:39:55 -04:00
2015-04-29 13:07:13 -05:00
2020-06-16 14:11:08 -04:00
2020-05-05 09:58:48 -07:00
2019-07-18 16:11:41 -04:00
2020-05-26 17:48:57 -07:00
2020-05-26 17:48:57 -07:00
2018-10-16 18:24:47 -07:00