github.com/terraform-modules-krish/terratest@v0.29.0/README.md (about)

     1  ***WARNING: THIS REPO IS AN AUTO-GENERATED COPY.*** *This repo has been copied from [Gruntwork’s](https://gruntwork.io/) GitHub repositories so that you can consume it from your company’s own internal Git repositories. This copy is automatically created and updated by the `repo-copier` CLI tool. If you need to make changes to this repo, you should make the changes in a separate fork, and NOT make changes directly in this repo, as otherwise, the `repo-copier` will overwrite your changes! Please see the `repo-copier` [documentation](https://github.com/terraform-modules-krish/repo-copier) for more information on how the code is copied, how cross-references are updated, how the changelog is handled, etc.*
     2  
     3  ***
     4  
     5  _You may find it valuable to view the following resources in the original repo. If these links give you a 404, visit https://app.gruntwork.io to gain access or email support@gruntwork.io if you need assistance._
     6  
     7  [Home Page](https://github.com/gruntwork-io/terratest/) |
     8  [Pull Requests](https://github.com/gruntwork-io/terratest/pulls) |
     9  [Issues](https://github.com/gruntwork-io/terratest/issues) |
    10  [Releases and Assets](https://github.com/gruntwork-io/terratest/releases)
    11  
    12  _Alternatively, you can view a copied version of the resources listed above._
    13  
    14  [Pull Requests](https://github.com/terraform-modules-krish/terratest/blob/master/.github/PULL_REQUESTS.md) |
    15  [Issues](https://github.com/terraform-modules-krish/terratest/blob/master/.github/ISSUES.md) |
    16  [ChangeLog](https://github.com/terraform-modules-krish/terratest/blob/master/.github/CHANGELOG.md)
    17  
    18  ***
    19  
    20  # Terratest
    21  
    22  [![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_terratest)
    23  [![CircleCI](https://circleci.com/gh/gruntwork-io/terratest.svg?style=svg&circle-token=e48019e09fc3b8bf6e0315a84048501c87c4157c)](https://circleci.com/gh/gruntwork-io/terratest)
    24  [![Go Report Card](https://goreportcard.com/badge/github.com/gruntwork-io/terratest)](https://goreportcard.com/report/github.com/gruntwork-io/terratest)
    25  [![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)
    26  ![go.mod version](https://img.shields.io/github/go-mod/go-version/gruntwork-io/terratest)
    27  
    28  
    29  Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. It provides a
    30  variety of helper functions and patterns for common infrastructure testing tasks, including:
    31  
    32  - Testing Terraform code
    33  - Testing Packer templates
    34  - Testing Docker images
    35  - Executing commands on servers over SSH
    36  - Working with AWS APIs
    37  - Working with Azure APIs
    38  - Working with GCP APIs
    39  - Working with Kubernetes APIs
    40  - Testing Helm Charts
    41  - Making HTTP requests
    42  - Running shell commands
    43  - And much more
    44  
    45  Please see the following for more info:
    46  
    47  * [Terratest Website](https://terratest.gruntwork.io)
    48  * [Getting started with Terratest](https://terratest.gruntwork.io/docs/getting-started/quick-start/)
    49  * [Terratest Documentation](https://terratest.gruntwork.io/docs/)
    50  * [Contributing to Terratest](http://terratest.gruntwork.io/docs/community/contributing/)
    51  
    52  
    53  
    54  ## License
    55  
    56  This code is released under the Apache 2.0 License. Please see [LICENSE](LICENSE) and [NOTICE](NOTICE) for more details.
    57  
    58  Copyright © 2020 Gruntwork, Inc.