setup-terraform/.github/workflows
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
..
data/local Upgrade dependencies and clean up package config (#63) 2020-10-30 13:07:27 -07:00
add-content-to-project.yml Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1 2022-10-03 18:26:42 +00:00
continuous-integration.yml Update GitHub workflow branch triggers from master -> main (#216) 2022-09-17 17:18:44 -04:00
release.yml Add GitHub automatic release (#173) 2022-04-04 09:38:08 -04:00
setup-terraform.yml Use $RUNNER_TEMP when TF_CLI_CONFIG_FILE not in use 2022-11-08 20:32:12 -07:00