Simple Terraform image with a low overhead wrapper
85
This repository is for building a container image that uses a simple terraform
wrapper to work on terraform files mounted in the /home/terraform/source
directory. It is also the image base for creating custom terraform images
with special plugins preloaded onto the image.
Create a container with a specific version of terraform
docker build -t terraform:0.13.0 --build-arg TERRAFORM_VERSION=0.13.0 .
Mount the current directory as the terraform source and run the show command
docker run -v $(pwd):/home/terrform/source terraform:0.13.0 show
Content type
Image
Digest
Size
63.7 MB
Last updated
almost 6 years ago
docker pull sothr/terraform:0.13.5