Skip to content

Adjust Go Module Address #538

@bflad

Description

@bflad

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions