eumoh1601 / docker-terraform-python

A version of the terraform:light Docker container that also includes Python and awscli.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-python

A Docker container that includes Terraform, Python and AWSCLI. Functions identically to the official Terraform container.

Pre-built containers are available on Dockerhub: https://hub.docker.com/r/claranet/terraform-python

Versioning

Container versions are as follows:

<tf-version>-<revision>

So for example, 0.12.3-1 would be the first container revision with Terraform 0.12.3.

Building for Dockerhub

# Build the container
$ docker build . -t claranet/terraform-python:<tf-version>-<revision>

# Push to Dockerhub
$ docker push claranet/terraform-python:<tf-version>-<revision>

# Update 'latest' tag
$ docker tag 

About

A version of the terraform:light Docker container that also includes Python and awscli.


Languages

Language:Dockerfile 100.0%