Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add acceptance test for TF_VAR environment variable usage (#58)
Reference: hashicorp/terraform-plugin-sdk#935 With github.com/hashicorp/terraform-plugin-sdk/[email protected]: ```console $ TF_ACC=1 go test -count=1 -run='TestAccFrameworkResourceUser_TF_VAR_Environment_Variable' -v ./internal/frameworkprovider/ === RUN TestAccFrameworkResourceUser_TF_VAR_Environment_Variable resource_user_test.go:117: Step 1/1 error: Error running pre-apply refresh: variable "framework_user_name" was required but not supplied --- FAIL: TestAccFrameworkResourceUser_TF_VAR_Environment_Variable (0.56s) FAIL FAIL github.com/hashicorp/terraform-provider-corner/internal/frameworkprovider 1.324s FAIL ```
- Loading branch information