Consensys/quorum-aws

Use Terraform's locals for deduplication

Open

#1 opened on Nov 16, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)HCL (16 forks)github user discovery
good first issue

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide