hashicorp / hashicorp/setup-terraform
Output the path to the Terraform binary
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 288
- Avg merge
- 23h 21m
- Merged PRs (30d)
- 3
Description
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 to stop the binary being re-downloaded.
Ref: https://github.com/hashicorp/terraform-plugin-testing/issues/429
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how setup-terraform locates and exposes the Terraform binary, then trace how action outputs are defined and consumed. The change is complete when the action exposes the binary path so it can be assigned to TF_ACC_TERRAFORM_PATH and prevent Terraform from being downloaded again during plugin testing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, terraform
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100