Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

DEPRECATED: see alphagov/paas-docker-cloudfoundry-tools instead

Notifications You must be signed in to change notification settings

alphagov/paas-docker-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

docker-terraform

This container allows you to run Terraform inside a Docker container.

How to run and build

  • docker build -t terraform .

How to run it

docker run -ti terraform terraform

Container size and binary whitelist

The Terraform installation is quite large; 30~ provider and provisioner binaries at 10~20M each. In order to reduce the size of the final container we only install the providers and provisioners that we expect to use. A list of these is maintained in the Dockerfile. We don't expect to need to do this in the future if hashicorp/terraform#4233 is solved.

About

DEPRECATED: see alphagov/paas-docker-cloudfoundry-tools instead

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages