Skip to content

Commit

Permalink
Merge pull request #13 from clouddrove/CD-338
Browse files Browse the repository at this point in the history
Fixed The Terratest
  • Loading branch information
Om Sharma authored Jul 5, 2021
2 parents c5eb4ae + 80ef117 commit f2f3d37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/terratest_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
#this is using for terraform terratest
function goTest {

echo "initialize Go mod"
go mod init terratest

echo "Install Go package fo terratest"
go get github.com/stretchr/testify/assert
go get github.com/gruntwork-io/terratest/modules/terraform

# Gather the output of `teratest`.
Expand Down

0 comments on commit f2f3d37

Please sign in to comment.