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
- Host: GitHub
- URL: https://github.com/richardbmk/terratest-examples
- Owner: Richardbmk
- Created: 2023-01-04T17:23:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T14:56:12.000Z (over 3 years ago)
- Last Synced: 2025-03-17T08:20:04.795Z (about 1 year ago)
- Topics: golang, multicloud, terraform, terratest
- Language: Go
- Homepage:
- Size: 4.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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