Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Implement Terraform validate test (#69)
Browse files Browse the repository at this point in the history
* Implement Terraform validate test

* Go mod tidy

Co-authored-by: Marina Limeira <[email protected]>
  • Loading branch information
zackproser and Marina Limeira authored Jul 14, 2021
1 parent 32ad095 commit f3f0015
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 7 deletions.
5 changes: 4 additions & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module github.com/gruntwork-io/terraform-google-network/test

go 1.13

require github.com/gruntwork-io/terratest v0.31.3
require (
github.com/gruntwork-io/terratest v0.36.3
github.com/stretchr/testify v1.4.0
)
Loading

0 comments on commit f3f0015

Please sign in to comment.