From 1d4cabc3b2d64b87267ca46dee2f94efe3dbfc83 Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Sat, 4 Nov 2023 22:35:12 +0200 Subject: [PATCH] Revert "Update repository URL (#520)" This reverts commit 7a680c7d021e37100530c7b193c3d4af4e24394c. --- .github/CONTRIBUTING.md | 2 +- README.md | 22 +++++++++++----------- go.mod | 2 +- main.go | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c62bb962..f74cffe4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,7 +7,7 @@ Contributions are what make the open source community such an amazing place to b 2. Create your Feature Branch (`git checkout -b feature/TerraformFeature`) 3. Commit your Changes (`git commit -m 'Add some TerraformFeature'`) 4. Push to the Branch (`git push origin feature/TerraformFeature`) -5. Open a [Pull Request](https://github.com/terraform-provider-minio/terraform-provider-minio/pulls) +5. Open a [Pull Request](https://github.com/aminueza/terraform-provider-minio/pulls) ### Merging diff --git a/README.md b/README.md index c7457913..29cf28f8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@

- + minio-provider-terraform

Terraform Provider for MinIO

- - Contributors + + Contributors - GitHub go.mod Go version + GitHub go.mod Go version - - GitHub Workflow Status + + GitHub Workflow Status - - GitHub release (latest by date including pre-releases) + + GitHub release (latest by date including pre-releases)

- Explore the docs » + Explore the docs »

@@ -51,7 +51,7 @@ It just means that we can't guarantee backward compatibility. ## Building and Installing -Prebuilt versions of this provider are available on the [releases page](https://github.com/terraform-provider-minio/terraform-provider-minio/releases/latest). +Prebuilt versions of this provider are available on the [releases page](https://github.com/aminueza/terraform-provider-minio/releases/latest). But if you need to build it yourself, just download this repository, [install](https://taskfile.dev/#/installation) [Task](https://taskfile.dev/): @@ -118,7 +118,7 @@ See our [examples](./examples/) folder. ## Roadmap -See the [open issues](https://github.com/terraform-provider-minio/terraform-provider-minio/issues) for a list of proposed features (and known issues). See [CONTRIBUTING](./.github/CONTRIBUTING.md) for more information. +See the [open issues](https://github.com/aminueza/terraform-provider-minio/issues) for a list of proposed features (and known issues). See [CONTRIBUTING](./.github/CONTRIBUTING.md) for more information. ## License diff --git a/go.mod b/go.mod index e25cc8b1..fc1edce0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/terraform-provider-minio/terraform-provider-minio +module github.com/aminueza/terraform-provider-minio go 1.20 diff --git a/main.go b/main.go index b08cd92f..acfc7060 100644 --- a/main.go +++ b/main.go @@ -3,8 +3,8 @@ package main import ( "flag" + "github.com/aminueza/terraform-provider-minio/minio" "github.com/hashicorp/terraform-plugin-sdk/v2/plugin" - "github.com/terraform-provider-minio/terraform-provider-minio/minio" ) func main() {