
Releases · hashicorp/setup-terraform - GitHub
Sets up Terraform CLI in your GitHub Actions workflow. - hashicorp/setup-terraform
setup-terraform/README.md at main - GitHub
- Downloading a specific version of Terraform CLI and adding it to the `PATH`. - Configuring the [Terraform CLI configuration file] (https://www.terraform.io/docs/commands/cli-config.html) with a …
setup-terraform - GitHub
Configuring the Terraform CLI configuration file with a Terraform Cloud/Enterprise hostname and API token. Installing a wrapper script to wrap subsequent calls of the terraform binary and expose its …
Terraform apply fails with message 'registry.terraform.io ... - GitHub
Dec 9, 2021 · in the dependency lock file: - registry.terraform.io/hashicorp/local: there is no package for registry.terraform.io/hashicorp/local 2.1.0 cached in .terraform/providers Terraform uses external …
Support for 3rd party private terraform registries #406 - GitHub
Mar 27, 2024 · My org has a private terraform registry and I'm not clear if setting the host and API token as per this action's README will help me (or if I need to set up specific token environment variables …
Support caching of Terraform binary on self-hosted runners #510
Oct 7, 2025 · As far as I can tell, this action does not install the Terraform binary into the GitHub Actions toolcache path (e.g. /etc/gha/_work/_tool) for reuse across jobs—rather (like setup-python or setup …
setup-terraform/action.yml at main · hashicorp/setup-terraform
description: 'The API token for a HCP Terraform/Terraform Enterprise instance to place within the credentials block of the Terraform CLI configuration file.'
Actions download latest-latest terraform #16 - GitHub
Jun 4, 2020 · Current action downloads latest terraform binary regardless of it's stability- ie it downloads latest even it it's a beta release. Which broke ~nearly-prod environment and required to destroy and …
Output the path to the Terraform binary #507 - GitHub
Sep 22, 2025 · The path to the Terraform binary is important when using this action to configure Terraform for plugin testing as it needs to be set in the TF_ACC_TERRAFORM_PATH env variable …
Bump lodash from 4.17.15 to 4.17.19#29 - GitHub
Bumps lodash from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to …