Skip to content

Commit

Permalink
Upgrading to the latest Terraform SDK 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Jun 3, 2019
1 parent 7c49225 commit 631a8cd
Show file tree
Hide file tree
Showing 226 changed files with 70,548 additions and 4,013 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Terraform provider for [MongoDB Atlas](https://www.mongodb.com/cloud/atlas).

## Requirements
- [Terraform](https://www.terraform.io/downloads.html) 0.11.x
- [Go](https://golang.org/doc/install) 1.10 (to build the provider plugin)
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
- [Go](https://golang.org/doc/install) 1.12 (to build the provider plugin)

## Installing the Provider
Follow the instructions to [install it as a plugin](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin). After placing it into your plugins directory, run `terraform init` to initialize it.
Expand Down
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ require (
github.com/golang/protobuf v1.3.1 // indirect
github.com/golangci/golangci-lint v1.16.0
github.com/google/go-cmp v0.3.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190430183046-3dfebdfc4595 // indirect
github.com/hashicorp/terraform v0.0.0-20190502144719-b1d0b1383f62
github.com/hashicorp/terraform v0.12.0
github.com/spf13/afero v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab // indirect
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
google.golang.org/grpc v1.20.1 // indirect
Expand Down
69 changes: 59 additions & 10 deletions go.sum

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 631a8cd

Please sign in to comment.