terraform-plugin-sdk
terraform-plugin-sdk copied to clipboard
helper/resource: Investigate Potential Issues with Provider Namespace Dashes
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