Git Product home page Git Product logo

infrastructure-testing-in-terraform's Introduction

Infrastructure testing in Terraform

The following repository is a showcase how Terraform infrastructure code can be verified using unit and integration tests backed by Terratest.

Both unit and integration test examples are presented in the repository. The way unit tests are working is to inspect output generated by the terraform plan command. On the other hand integration one is based on terraform apply execution and real resource creation on an AWS account configured in the AWS CLI.

Before you start

Prerequisites

The demo code have been tested using the following versions of tools:

  • Terraform 1.0.8
  • Go 1.17.5

Installation

The required tools have to be installed along to their corresponding instructions:

AWS CLI configuration

AWS CLI has to be configured in a current terminal session where Terratest tests will be performed (CLI related variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_REGION have to be properly set).

Unit test execution

To execute an example unit test run the following command from the <repository_root>/test directory:

go test -v example_infrastructure_unit_test.go

Integration test execution

To execute an example integration test run the following command from the <repository_root>/test directory:

go test -v example_infrastructure_integration_test.go

infrastructure-testing-in-terraform's People

Contributors

tomekzar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.