Sign inSign up

sothr/terraform

By sothr

Updated almost 6 years ago

Simple Terraform image with a low overhead wrapper

Image
0

85

sothr/terraform repository overview

Terraform Docker Image

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.

Building

Create a container with a specific version of terraform

docker build -t terraform:0.13.0 --build-arg TERRAFORM_VERSION=0.13.0 .

Usage

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

Tag summary

Content type

Image

Digest

Size

63.7 MB

Last updated

almost 6 years ago

docker pull sothr/terraform:0.13.5