mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2026-01-09 19:01:15 +00:00
add modules 5-9
This commit is contained in:
8
08-testing/tests/terratest/go.mod
Normal file
8
08-testing/tests/terratest/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module hello-world
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/gruntwork-io/terratest v0.34.8
|
||||
github.com/stretchr/testify v1.7.0
|
||||
)
|
||||
Reference in New Issue
Block a user