hashicorp / hashicorp/terraform-plugin-testing
Support path expansion of ~ in TF_ACC_TERRAFORM_PATH
Open
enhancement
- Dominant language
- Go
- Stars
- 68
- Forks
- 22
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
Using `TF_ACC_TERRAFORM_PATH="~/go/bin/terraform"` will not work, but `TF_ACC_TERRAFORM_PATH="$HOME/go/bin/terraform"` will. Not a big deal, but it does handle relative which is nice.
Contributor guide
Assessment
This issue has not been assessed yet.