hashicorp / terraform-plugin-testing

Module for testing Terraform providers
Mozilla Public License 2.0
45 stars 11 forks source link

Support path expansion of ~ in TF_ACC_TERRAFORM_PATH #79

Open paultyng opened 4 years ago

paultyng commented 4 years ago

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.

bflad commented 1 year ago

With the introduction of the terraform-plugin-testing module (migration guide), we are transferring feature requests relating to the helper/resource "testing framework" in the terraform-plugin-sdk repository over to the new terraform-plugin-testing repository.