setup-terraform/test
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
..
index.json Initial commit 2020-04-25 19:46:30 -04:00
setup-terraform.test.js Use $RUNNER_TEMP when TF_CLI_CONFIG_FILE not in use 2022-11-08 20:32:12 -07:00