Commit Graph

2 Commits

Author SHA1 Message Date
Paul Hinze 46a7dafcf4 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
Mitchell Hashimoto 740e7b5f20 terraform: add ELB output 2015-05-11 16:27:43 -07:00