Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update terraform SDK to 0.12.0 #127

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ website/node_modules
*.iml
*.test
*.iml
.vscode

website/vendor

Expand Down
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
module github.com/terraform-providers/terraform-provider-scaleway

require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/hashicorp/go-retryablehttp v0.5.1
github.com/hashicorp/terraform v0.11.12-beta1.0.20190227065421-fc531f54a878
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/hashicorp/go-retryablehttp v0.5.2
github.com/hashicorp/terraform v0.12.0
github.com/mitchellh/go-homedir v1.0.0
github.com/nicolai86/scaleway-sdk v0.0.0-20181024210327-b20018e944c4
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
golang.org/x/crypto v0.0.0-20180211211603-9de5f2eaf759
golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e // indirect
golang.org/x/text v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
)
551 changes: 370 additions & 181 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