-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from scottwinkler/feature/triggers
add triggers attribute and updates for provider sdk
- Loading branch information
Showing
11 changed files
with
579 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
module githubdev.dco.elmae/CloudPlatform/terraform-provider-shell | ||
module github.com/scottwinkler/terraform-provider-shell | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 | ||
github.com/hashicorp/terraform v0.12.0 | ||
github.com/blang/semver v0.0.0-20170202183821-4a1e882c79dc // indirect | ||
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect | ||
github.com/hashicorp/terraform v0.11.11 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk v1.0.0 | ||
github.com/kisielk/gotool v1.0.0 // indirect | ||
github.com/mitchellh/hashstructure v0.0.0-20160209213820-6b17d669fac5 // indirect | ||
github.com/rs/xid v1.2.1 | ||
github.com/scottwinkler/terraform-provider-shell v0.0.0-20190308051913-56533de967fb | ||
) | ||
|
||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.