terraform/builtin/provisioners/local-exec
Andre Bindewald de43f01d65 provisioner/local-exec: Support custom environment variables on Windows
Due to an incorrect slice allocation, the environment variable list was created with an empty string
element for each real element added.

It appears that this was silently ignored on Unix, but caused the following environment settings
to be ignored altogether on Windows.
2018-06-15 18:26:43 -07:00
..
resource_provisioner.go provisioner/local-exec: Support custom environment variables on Windows 2018-06-15 18:26:43 -07:00
resource_provisioner_test.go provisioner/local-exec: Allow passing environment variables 2018-03-05 15:58:49 -08:00