We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go's module documentation suggests that module paths should be of the form
github.com/PagerDuty/terraform-provider-pagerduty/v3 ^ ^ ^ ^ VCS URL ORG REPO VERSION
Currently, it is
terraform-provider-pagerduty/go.mod
Line 1 in 7bdd60f
Expected behavior
The module name (in go.mod) is github.com/PagerDuty/terraform-provider-pagerduty/v3
go.mod
github.com/PagerDuty/terraform-provider-pagerduty/v3
Additional context
I work at Pulumi and maintain pulumi-pagerduty (which is based off of terraform-provider-pagerduty) for shared customers. It would make our lives easier if you used Go's convention for module paths.
If your willing to take it, I'd be happy to open a PR implementing this change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go's module documentation suggests that module paths should be of the form
Currently, it is
terraform-provider-pagerduty/go.mod
Line 1 in 7bdd60f
Expected behavior
The module name (in
go.mod
) isgithub.com/PagerDuty/terraform-provider-pagerduty/v3
Additional context
I work at Pulumi and maintain pulumi-pagerduty (which is based off of terraform-provider-pagerduty) for shared customers. It would make our lives easier if you used Go's convention for module paths.
If your willing to take it, I'd be happy to open a PR implementing this change.
The text was updated successfully, but these errors were encountered: