Samples: end-to-end testing (#47)
Add a new sample for end-to-end testing in Terraform projects.
This commit is contained in:
8
samples/end-to-end-testing/src/test/go.mod
Normal file
8
samples/end-to-end-testing/src/test/go.mod
Normal file
@ -0,0 +1,8 @@
|
||||
module test
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/gruntwork-io/terratest v0.28.5
|
||||
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
||||
)
|
Reference in New Issue
Block a user