Julien Corioland 24455a9336
Samples: end-to-end testing (#47)
Add a new sample for end-to-end testing in Terraform projects.
2020-06-18 14:48:42 +02:00

9 lines
133 B
Modula-2

module test
go 1.13
require (
github.com/gruntwork-io/terratest v0.28.5
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
)