Docker container containing terraform. This image is based on hashicorps terraform image:light, with the entrypoint removed. It is used for jenkins deployments where execution of docker run and terraform xxx don't hapen at the same time
docker run -it -v /path/to/credentials/.aws:/.aws -v $PWD/terraform/code/to/execute:/ checktheflow/terraform terraform applyReleased under the MIT License.