gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.39k stars 1.32k forks source link

Official Docker image for running terratest in CI #1394

Open madpipeline opened 4 months ago

madpipeline commented 4 months ago

Describe the solution you'd like It would be very useful to have an official Terratest docker image that we could use for CI. This docker image would include anything necessary to run go test with the terratest library.

Perhaps a set of docker images for each of the supported tool for testing: One for Terraform, packer, docker, etc.

Describe alternatives you've considered

Additional context There are a few ideas on how to approach this out there. An official image would be of great value.