Provides pre-built images for Terraform CLI (https://www.terraform.io/)
1.1K
Builds Terraform as a docker image. Images built with this repository are listed below and are available at https://hub.docker.com/r/lsegal/terraform
Run with:
docker run -v $(pwd):/tf lsegal/terraform:0.12.0-beta1 version
The -v $(pwd):/tf mount attaches your local workspace to
the image so it can operate on your host directory. If you
prefer to work in containers, you can create a Dockerfile
to manage state:
FROM lsegal/terraform:0.12.0-beta1
COPY . /tf/
RUN terraform init
RUN terraform apply -auto-approve
Content type
Image
Digest
Size
64.1 MB
Last updated
over 7 years ago
docker pull lsegal/terraform