Paul Hinze e9f4d0f219 terraform: allow SG rule customization
Switches SG rules to from nested to top-level resources and exports the
SG ids so that users of the module can define additional rules for their
Vault instances and/or the Vault ELB.

While this change should be backwards compatible, applying the new rules
might result in a very brief interruption of Vault service as:

 (1) Old nested-resource SG rules are cleared
 (2) New SG rules are applied one by one
2015-05-19 15:08:37 -05:00
..
2015-05-11 15:50:00 -07:00
2015-05-19 15:08:37 -05:00
2015-05-11 16:19:29 -07:00
2015-05-11 16:26:25 -07:00

Deploy Vault to AWS

This folder contains a Terraform module for deploying Vault to AWS (within a VPC). It can be used as-is or can be modified to work in your scenario, but should serve as a strong starting point for deploying Vault.

See variables.tf for a full reference to the parameters that this module takes and their descriptions.