/terratest-example

A starter template for running Terraform and Terratest in Azure

Primary LanguageGoMIT LicenseMIT

terratest-example

A starter template for running Terraform and Terratest in Azure.

How to run the example

Login to your test azure subscription:

$ az login

On the test folder, install the go dependencies:

$ go get -t -v ./...

Finally, run the tests:

$ go test -timeout 30m