Sign inSign up

jemmyw/terraform

By jemmyw

Updated about 9 years ago

Terraform provides a common configuration to launch infrastructure

Image
1

2.9K

jemmyw/terraform repository overview

Terraform

Dockerized version of Hashicorp Terraform.

Usage

This image expects your terraform project to be mounted at /app. To run a plan / apply from within your terraform project folder:

docker run -v `pwd`:/app jemmyw/terraform:v0.7.3 plan -out terraform.plan
docker run -v `pwd`:/app jemmyw/terraform:v0.7.3 apply terraform.plan

Tag summary

Content type

Image

Digest

Size

35.4 MB

Last updated

almost 10 years ago

docker pull jemmyw/terraform