github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/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  Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. It provides a
    10  variety of helper functions and patterns for common infrastructure testing tasks, including:
    11  
    12  - Testing Terraform code
    13  - Testing Packer templates
    14  - Testing Docker images
    15  - Executing commands on servers over SSH
    16  - Working with AWS APIs
    17  - Working with Azure APIs
    18  - Working with GCP APIs
    19  - Working with Kubernetes APIs
    20  - Testing Helm Charts
    21  - Making HTTP requests
    22  - Running shell commands
    23  - And much more
    24  
    25  Please see the following for more info:
    26  
    27  - [Terratest Website](https://terratest.gruntwork.io)
    28  - [Getting started with Terratest](https://terratest.gruntwork.io/docs/getting-started/quick-start/)
    29  - [Terratest Documentation](https://terratest.gruntwork.io/docs/)
    30  - [Contributing to Terratest](https://terratest.gruntwork.io/docs/community/contributing/)
    31  - [Commercial Support](https://gruntwork.io/support/)
    32  
    33  ## License
    34  
    35  This code is released under the Apache 2.0 License. Please see [LICENSE](LICENSE) and [NOTICE](NOTICE) for more details.
    36  
    37  Copyright © 2020 Gruntwork, Inc.