Consensys / quorum-cloud

Deploy Quorum network in a cloud provider of choice
Apache License 2.0
36 stars 22 forks source link

Let Terraform decide which network name to use #12

Closed prd-fox closed 4 years ago

prd-fox commented 4 years ago

We are using the "coalesce" function to make sure we used a valid network name in case the user didn't supply one; this means that we do not need to stop the generation of a random ID in the case the user has supplied a valid network name - we can just generate it and then ignore it.