Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.
This Docker image is based on the official Debian:stable-slim image.
https://hub.docker.com/r/stack42/terraform
Latest stable version
docker run -it --rm stack42/terraform <command> [<args>]
0.12.0-rc1 version
docker run -it --rm stack42/terraform:0.12.0-rc1 <command> [<args>]
example
docker run -it --rm stack42/terraform:0.12.0-rc1 plan