Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #246 from packethost/jmarhee/readme-url-update
Browse files Browse the repository at this point in the history
Updates documentation and imports to reflect new repo URL
  • Loading branch information
displague authored Aug 20, 2020
2 parents b16a210 + 4610a28 commit 4c946b3
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 146 deletions.
199 changes: 102 additions & 97 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Requirements
Building the provider
---------------------

Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-packet`
Clone repository to: `$GOPATH/src/github.com/packethost/terraform-provider-packet`

```sh
$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
$ git clone [email protected]:terraform-providers/terraform-provider-packet
$ mkdir -p $GOPATH/src/github.com/packethost; cd $GOPATH/src/github.com/packethost
$ git clone [email protected]:packethost/terraform-provider-packet
```

Enter the provider directory and build the provider

```sh
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-packet
$ cd $GOPATH/src/github.com/packethost/terraform-provider-packet
$ make build
```

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module github.com/terraform-providers/terraform-provider-packet
module github.com/packethost/terraform-provider-packet

require (
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 // indirect
github.com/aws/aws-sdk-go v1.22.0 // indirect
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/packethost/packngo v0.2.1-0.20200424110205-36917dbc292f
Expand Down
Loading

0 comments on commit 4c946b3

Please sign in to comment.