wantedly/dockerfile-terraform

Name: dockerfile-terraform

Owner: Wantedly, Inc.

Description: Docker image packaging for Terraform

Created: 2015-04-30 02:13:42.0

Updated: 2016-11-30 08:44:43.0

Pushed: 2017-03-13 09:39:56.0

Homepage: https://quay.io/repository/wantedly/terraform

Size: 25

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Terraform Docker Image

Build Status Docker Repository on Quay.io

Docker Image for Terraform. Please see official document for more information about Terraform.

SUPPORTED TAGS
HOW TO USE
t the Docker image
cker pull quay.io/wantedly/terraform:latest

epare .tf files
 terraform
tf s3.tf rds.tf

n `terraform plan`
cker run \
--rm \
-it \
-e AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXX \
-e AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxx \
-e AWS_DEFAULT_REGION=ap-northeast-1 \
-v /path/to/terraform:/terraform \
quay.io/wantedly/terraform:latest \
terraform plan

n `terraform apply`
cker run \
--rm \
-it \
-e AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXX \
-e AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxx \
-e AWS_DEFAULT_REGION=ap-northeast-1 \
-v /path/to/terraform:/terraform \
quay.io/wantedly/terraform:latest \
terraform apply
LICENSE

MIT License


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.