File tree Expand file tree Collapse file tree 3 files changed +545
-7
lines changed Expand file tree Collapse file tree 3 files changed +545
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,7 @@ steps:
13
13
commands :
14
14
- apk add go build-base
15
15
- cd terratest
16
- - terrapin -force -tf-version 0.12.14 -directory /usr/local/bin
17
- - export GOPATH=$(pwd)
18
- - export PATH=$PATH:$GOPATH/bin
19
- - go get -u github.com/golang/dep/cmd/dep
20
- - go get github.com/gruntwork-io/terratest/modules/aws
21
- - go get github.com/gruntwork-io/terratest/modules/terraform
22
- - go get github.com/stretchr/testify/assert
16
+ - terrapin -force -tf-version 0.12.21 -directory /usr/local/bin
23
17
- cd test
24
18
- go test -v -run TestAwsDnsRecordName
25
19
Original file line number Diff line number Diff line change
1
+ module github.com/meltwater/terraform-aws-asg-dns-handler/terratest
2
+
3
+ go 1.15
4
+
5
+ require (
6
+ github.com/aws/aws-sdk-go v1.27.1
7
+ github.com/gruntwork-io/terratest v0.28.7
8
+ github.com/stretchr/testify v1.6.1
9
+ )
You can’t perform that action at this time.
0 commit comments