Consensys/quorum-aws

Use Terraform's locals for deduplication

Open

#1 geöffnet am 16. Nov. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HCL (16 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (34 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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