terraform-plugin-sdk icon indicating copy to clipboard operation
terraform-plugin-sdk copied to clipboard

helper/resource: Investigate Potential Issues with Provider Namespace Dashes

Open bflad opened this issue 3 years ago • 0 comments

SDK version

v2.23.0

Relevant provider source code

None provided.

Terraform Configuration Files

None provided.

Expected Behavior

Acceptance testing should work with provider addresses that include dashes in the namespace.

Actual Behavior

Potentially they don't: https://github.com/hashicorp/terraform-provider-scaffolding-framework/issues/53

Steps to Reproduce

Theoretically, it would be TF_ACC=1 go test -v ./... on a provider whose address includes dashes in the namespace.

References

  • Raising as a followup to https://github.com/hashicorp/terraform-provider-scaffolding-framework/issues/53

bflad avatar Oct 05 '22 17:10 bflad