-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
Terraform CLI and Provider Versions
N/A
Use Cases or Problem Statement
Very minor technical debt. The root go.mod currently defines this Go module as github.com/terraform-providers/terraform-provider-random because that is where it used to live. This means that the Go toolchain will sometimes confusingly say that address in errors and that various import statements must use that now-incorrect address.
Proposal
Importing this codebase as a Go module is not a supported use case, so it is fine to update the go.mod and the various import statements in the codebase to use github.com/hashicorp/terraform-provider-random.
How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct