File tree Expand file tree Collapse file tree 4 files changed +216
-5
lines changed Expand file tree Collapse file tree 4 files changed +216
-5
lines changed Original file line number Diff line number Diff line change 1+ /vendor
Original file line number Diff line number Diff line change @@ -58,13 +58,17 @@ resource "elasticsearch_kibana_dashboard" "test" {
5858
5959## Development
6060
61- ```
62- go get github.com/phillbaker/terraform-provider-elasticsearch
63- gopkg.in/olivere/elastic.v5/uritemplates cf4e58efdcee2e8e7c18dad44d51ed166fb256c2
64- gopkg.in/olivere/elastic.v5 f698dfea7c6cb058bee5de042f1ad3387f678ab1
65- go get github.com/deoxxa/aws_signing_client # c20ee106809eacdffcc81ac7cb984261f8e3067e
61+ ### Requirements
62+
63+ * [ Golang ] ( https://golang.org/dl/ ) 1.7
64+ * [ Glide ] ( https://github.com/Masterminds/glide )
65+
6666
67+ ```
68+ # Ensure that this folder is at the following location: `${GOPATH}/src/github.com/phillbaker/terraform-provider-elasticsearch`
6769cd $GOPATH/src/github.com/phillbaker/terraform-provider-elasticsearch
70+
71+ glide install
6872go build -o /path/to/binary/terraform-provider-elasticsearch
6973```
7074
Original file line number Diff line number Diff line change 1+ package : github.com/phillbaker/terraform-provider-elasticsearch
2+ import :
3+ - package : github.com/aws/aws-sdk-go
4+ version : 1.8.36
5+ subpackages :
6+ - aws/credentials
7+ - aws/signer/v4
8+ - package : github.com/deoxxa/aws_signing_client
9+ version : c20ee106809eacdffcc81ac7cb984261f8e3067e
10+ - package : github.com/hashicorp/terraform
11+ version : v0.9.9
12+ subpackages :
13+ - helper/schema
14+ - terraform
15+ - package : gopkg.in/olivere/elastic.v5
16+ version : f698dfea7c6cb058bee5de042f1ad3387f678ab1
17+ subpackages :
18+ - uritemplates
19+ # - package: gopkg.in/olivere/elastic.v5/uritemplates
20+ # version: cf4e58efdcee2e8e7c18dad44d51ed166fb256c2
21+ - package : github.com/stretchr/testify
22+ version : ^1.1.4
23+ subpackages :
24+ - mock
25+
You can’t perform that action at this time.
0 commit comments