amashhour1974 / terraform-aws-intel

Repository for combining terraform modules to provision CF and Cloudera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-intel

This project aims to create one click deploy for Cloud Foundry and Cloudera in AWS VPC.

Deploy Cloud Foundry

The one step that isn't automated is the creation of SSH keys. Waiting for feature to be added to terraform. An AWS SSH Key need to be created in desired region prior to running the following commands.

NOTE: You must be using at least terraform 0.3.6 for this to work. It is recommended to use latest supported version: 0.5.3.

mkdir terraform-cf
cd terraform-cf
terraform apply github.com/trustedanalytics/terraform-aws-intel

See terraform.tfvars.example for an example answer file.

About

Repository for combining terraform modules to provision CF and Cloudera

License:Apache License 2.0


Languages

Language:HCL 60.2%Language:Shell 35.2%Language:Makefile 4.6%