Skip to content

Commit

Permalink
Merge pull request #15 from nextgenhealthcare/terraform12
Browse files Browse the repository at this point in the history
Add Support for Terraform 0.12
  • Loading branch information
brandonstevens authored Jul 8, 2019
2 parents 194ce0e + d7eda7c commit bea892c
Show file tree
Hide file tree
Showing 1,733 changed files with 367,458 additions and 71,629 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: go
go:
- 1.9
- "1.12.x"
env:
global:
GOFLAGS=-mod=vendor
install:
- go get github.com/kardianos/govendor
- go get github.com/mitchellh/gox
script:
- make test
- make vendor-status
- make vet
- make bin VERSION=$TRAVIS_TAG
deploy:
Expand Down
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/nextgenhealthcare/terraform-provider-sumologic

go 1.12

require (
github.com/hashicorp/terraform v0.12.0
github.com/nextgenhealthcare/sumologic-sdk-go v0.0.0-20181109145652-bbfa2f0c37fb
)
454 changes: 454 additions & 0 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 bea892c

Please sign in to comment.