Consensys / quorum-aws

Tools for deploying Quorum clusters to AWS
Other
33 stars 18 forks source link

Use Terraform's locals for deduplication #1

Open bts opened 6 years ago

bts commented 6 years ago

Much of the initial HCL work for this repository was done before locals was added to Terraform.

We should use this feature to deduplicate code like the following: https://github.com/jpmorganchase/quorum-aws/blob/d935b2ecdfa75f19536a6e6e04c6d9ab359b3660/terraform/main.tf#L198-L201