Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

* loganalytics module

* chg terraform rg prefix

* move unit test

* rm azure ref

* refactor test

* loganalytics module

* chg terraform rg prefix

* move unit test

* rm azure ref

* refactor test

* rebase

* rm spaces

* add comment

* cleanup nits

* consistency

* fix cmts + func

* rm space

* unit test

* rm 0 lgth string for ws

* refactor exists

* ref unit test

* update pin version comments.

* Fix linting errors

* fix spacing.

* use tolower gfor sku assert

* add // +build azure

* resolve PR comments

* update loganalytics_test

Co-authored-by: wmattlong <malong@microsoft.com>
Co-authored-by: richard guthrie <richardguthrie@MacBook-Pro.local>
Co-authored-by: Hadwa Abdelhalem <hadwaa@microsoft.com>
60ee8ed

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Terratest

Maintained by Gruntwork.io CircleCI Go Report Card go.dev reference go.mod version

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. It provides a variety of helper functions and patterns for common infrastructure testing tasks, including:

  • Testing Terraform code
  • Testing Packer templates
  • Testing Docker images
  • Executing commands on servers over SSH
  • Working with AWS APIs
  • Working with Azure APIs
  • Working with GCP APIs
  • Working with Kubernetes APIs
  • Testing Helm Charts
  • Making HTTP requests
  • Running shell commands
  • And much more

Please see the following for more info:

License

This code is released under the Apache 2.0 License. Please see LICENSE and NOTICE for more details.

Copyright © 2020 Gruntwork, Inc.