Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Go Module Address #538

Open
1 task done
bflad opened this issue Feb 26, 2024 · 0 comments
Open
1 task done

Adjust Go Module Address #538

bflad opened this issue Feb 26, 2024 · 0 comments

Comments

@bflad
Copy link
Contributor

bflad commented Feb 26, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant