pivotal-cf/pcf-bosh-terraforming-aws

Name: pcf-bosh-terraforming-aws

Owner: Pivotal Cloud Foundry

Description: null

Created: 2017-01-25 20:18:20.0

Updated: 2018-03-04 21:30:10.0

Pushed: 2017-02-04 16:37:52.0

Homepage: null

Size: 58

Language: HCL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

How Does One Use This?

What Does This Do?

A whole BOATLOAD of goodies, including:

Looking to setup a different IAAS

We have have other terraform templates to help you!

This list will be updated when more infrastructures come along.

Prerequisites
et -u github.com/hashicorp/terraform
Notes

You can choose whether you would like an RDS or not. By default we have rds_instance_count set to 1 but setting it to zero will skip RDS deployment.

RDS instances take FOREVER to deploy, keep that in mind.

Variables
Running
Standing up environment
aform apply \
ar "env_name=durian" \
ar "access_key=access-key-id" \
ar "secret_key=secret-access-key" \
ar "public_key=ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV email@example.com" \
ar "region=us-west-1" \
ar "availability_zones=[\"us-west-1a\", \"us-west-1b\"] \
ar "rds_instance_count=1" \
ar "dns_suffix=myparentzone.cool.com"
Tearing down environment
aform destroy \
ar "env_name=durian" \
ar "access_key=access-key-id" \
ar "secret_key=secret-access-key" \
ar "public_key=ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV email@example.com" \
ar "region=us-west-1" \
ar "availability_zones=[\"us-west-1a\", \"us-west-1b\"] \
ar "rds_instance_count=1" \
ar "dns_suffix=myparentzone.cool.com"

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.