Skip to content

Commit 631a8cd

Browse files
committed
Upgrading to the latest Terraform SDK 0.12
1 parent 7c49225 commit 631a8cd

File tree

226 files changed

+70548
-4013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+70548
-4013
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
Terraform provider for [MongoDB Atlas](https://www.mongodb.com/cloud/atlas).
88

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

1313
## Installing the Provider
1414
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.

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ require (
99
github.com/golang/protobuf v1.3.1 // indirect
1010
github.com/golangci/golangci-lint v1.16.0
1111
github.com/google/go-cmp v0.3.0 // indirect
12-
github.com/hashicorp/hcl2 v0.0.0-20190430183046-3dfebdfc4595 // indirect
13-
github.com/hashicorp/terraform v0.0.0-20190502144719-b1d0b1383f62
12+
github.com/hashicorp/terraform v0.12.0
1413
github.com/spf13/afero v1.2.2 // indirect
15-
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
16-
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab // indirect
17-
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
18-
golang.org/x/text v0.3.2 // indirect
1914
google.golang.org/appengine v1.5.0 // indirect
2015
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
2116
google.golang.org/grpc v1.20.1 // indirect

go.sum

Lines changed: 59 additions & 10 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/AUTHORS

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)