Samples: end-to-end testing (#47)

Add a new sample for end-to-end testing in Terraform projects.
This commit is contained in:
Julien Corioland
2020-06-18 14:48:42 +02:00
committed by GitHub
parent 74170d8203
commit 24455a9336
11 changed files with 400 additions and 1 deletions

View 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
)