Sign inSign up

tenthirtyam/terraform

By tenthirtyam

Updated almost 3 years ago

Container Image for HashiCorp Terraform

Image
1

610

tenthirtyam/terraform repository overview

Container Image for HashiCorp Terraform

Overview

Provides a container image for running HashiCorp Terraform.

This image includes the following components:

ComponentVersionDescription
VMware Photon OS5.0A Linux container host optimized for vSphere and cloud-computing platforms.
HashiCorp Terraform1.6.3Terraform is an open-source infrastructure-as-code software that enables you to safely and predictably create, change, and improve infrastructure.

Get Started

Run the following to download the latest container from Docker Hub:

docker pull tenthirtyam/terraform:latest

Run the following to download a specific version from Docker Hub:

docker pull tenthirtyam/terraform:x.y.z

Open an interactive terminal:

docker run --rm -it tenthirtyam/terraform

Run a local plan:

  cd /Users/tenthirtyam/terraform/my-plan
  docker run --rm -it --name terraform -v $(pwd):/tmp -w /tmp tenthirtyam/terraform init

Where /Users/tenthirtyam/terraform/my-plan is the local directory path for your Terraform configurations.

Tag summary

Content type

Image

Digest

sha256:a7925093a

Size

39.6 MB

Last updated

almost 3 years ago

docker pull tenthirtyam/terraform