setup-terraform/dist
Brandon Croft c9de504a6e
Use $RUNNER_TEMP when TF_CLI_CONFIG_FILE not in use
If you don't specify the TF_CLI_CONFIG_FILE environment variable, the
default config is written to $HOME directory, which could theoretically
be shared by multiple runners when using self-hosted runners.

When TF_CLI_CONFIG_FILE is _not_ in use, I replaced the usage of
$HOME with the directory $RUNNER_TEMP, whose setup/cleanup is
managed by the runner framework and exported a TF_CLI_CONFIG_FILE.
2022-11-08 20:32:12 -07:00
..
bridge.js Allow proxy values to be set (#147) 2022-03-04 11:18:33 -05:00
events.js Allow proxy values to be set (#147) 2022-03-04 11:18:33 -05:00
index.js Use $RUNNER_TEMP when TF_CLI_CONFIG_FILE not in use 2022-11-08 20:32:12 -07:00
index1.js Updating dependencies in /wrapper/package.json and rebuilding 2022-10-26 18:08:21 +01:00
setup-node-sandbox.js Allow proxy values to be set (#147) 2022-03-04 11:18:33 -05:00
setup-sandbox.js Allow proxy values to be set (#147) 2022-03-04 11:18:33 -05:00