Skip to content

This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Terraform framework.

Notifications You must be signed in to change notification settings

survivorbat/terraform-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Image

Docker Pulls

This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the terraform framework.

It also possesses an alpine-variant that contains Ansible binaries to use in a local_exec.

Prerequisites

You'll need Docker installed to use this image. In case you wish to work on developing this image further, it's advisable to also have Make installed to utilise the Makefile.

Getting started

Using this image is as simple as running docker run -it --rm -v $(pwd):/app survivorbat/terraform-scratch plan.

Development

This image can be build locally using make build.

About

This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Terraform framework.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published