Open paultyng opened 4 years 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.
Using
TF_ACC_TERRAFORM_PATH="~/go/bin/terraform"
will not work, butTF_ACC_TERRAFORM_PATH="$HOME/go/bin/terraform"
will. Not a big deal, but it does handle relative which is nice.