github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/README.md (about)

     1  # Terratest
     2  
     3  [![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_terratest)
     4  [![CircleCI](https://circleci.com/gh/gruntwork-io/terratest.svg?style=svg&circle-token=e48019e09fc3b8bf6e0315a84048501c87c4157c)](https://circleci.com/gh/gruntwork-io/terratest)
     5  [![Go Report Card](https://goreportcard.com/badge/github.com/gruntwork-io/terratest)](https://goreportcard.com/report/github.com/gruntwork-io/terratest)
     6  [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/gruntwork-io/terratest?tab=overview)
     7  ![go.mod version](https://img.shields.io/github/go-mod/go-version/gruntwork-io/terratest)
     8  
     9  
    10  Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. It provides a
    11  variety of helper functions and patterns for common infrastructure testing tasks, including:
    12  
    13  - Testing Terraform code
    14  - Testing Packer templates
    15  - Testing Docker images
    16  - Executing commands on servers over SSH
    17  - Working with AWS APIs
    18  - Working with Azure APIs
    19  - Working with GCP APIs
    20  - Working with Kubernetes APIs
    21  - Testing Helm Charts
    22  - Making HTTP requests
    23  - Running shell commands
    24  - And much more
    25  
    26  Please see the following for more info:
    27  
    28  * [Terratest Website](https://terratest.gruntwork.io)
    29  * [Getting started with Terratest](https://terratest.gruntwork.io/docs/getting-started/quick-start/)
    30  * [Terratest Documentation](https://terratest.gruntwork.io/docs/)
    31  * [Contributing to Terratest](https://terratest.gruntwork.io/docs/community/contributing/)
    32  * [Commercial Support](https://terratest.gruntwork.io/commercial-support/)
    33  
    34  
    35  
    36  ## License
    37  
    38  This code is released under the Apache 2.0 License. Please see [LICENSE](LICENSE) and [NOTICE](NOTICE) for more details.
    39  
    40  Copyright © 2020 Gruntwork, Inc.