Categorygithub.com/GSA/grace-tftest
module
0.0.4
Repository: https://github.com/gsa/grace-tftest.git
Documentation: pkg.go.dev

# README

GRACE Terraform Test License GoDoc CircleCI Go Report Card

Repository Contents

This repository contains supplemental AWS functions that were required by the GRACE team and not available in terratest. These functions can potentially be commited to terratest in pull requests in the future.

Usage instructions

To enable debugging, set the TFTEST_DEBUG environment variable to true

  1. Install system dependencies.
    1. Go
    2. Dep
    3. GolangCI
    4. gosec
  2. Configure AWS with AWS credentials locally.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

# Packages

Package aws is a library of matching operations used for testing AWS resources deployed using the terraform AWS provider.
No description provided by the author