FusionAuth / terraform-provider-fusionauth

FusionAuth Terraform Provider
https://registry.terraform.io/providers/FusionAuth/fusionauth/latest
Apache License 2.0
35 stars 53 forks source link

Rename gpsinsight -> fusionauth #288

Closed theogravity closed 1 week ago

theogravity commented 2 months ago

I'm the maintainer of the Pulumi fusionauth plugin and was trying to change the references in my own project to point to the fusionauth org from gpsinsight.

Currently when I try to build my plugin with my changes, I get the following:

        github.com/aws/aws-sdk-go-v2/service/s3/types: github.com/fusionauth/terraform-provider-fusionauth@v0.1.108: parsing go.mod:
        module declares its path as: github.com/gpsinsight/terraform-provider-fusionauth
                but was required as: github.com/fusionauth/terraform-provider-fusionauth

In this PR, I'm changing the former org refs to the new org.

I also noticed that the link to the terraform documentation points to the gpsinsight version on the terraform registry, which stops at v0.1.100, and this PR also corrects it to the proper URL.

My intent isn't to remove credit to the original maintainer, gpsinsight (I did not alter the acknowledgments), but to correct the inconsistencies since the project was handed off to fusionauth.

theogravity commented 2 months ago

FYI, I have zero go experience. Used intuition to modify. Please call out any issues that need to be corrected.