An open API service indexing awesome lists of open source software.

https://github.com/richardbmk/terratest-examples

Terratest learning examples and notes
https://github.com/richardbmk/terratest-examples

golang multicloud terraform terratest

Last synced: about 1 month ago
JSON representation

Terratest learning examples and notes

Awesome Lists containing this project

README

          

# Usefull commands
$ go env -w GO111MODULE=on
$ go mod init terratestmodules && go mod tidy
$ go test -v -run TestTerraformBasicExample

$ go test -v -timeout 30m