concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

use correct variable name for external_url #96

Closed joshzarrabi closed 6 years ago

joshzarrabi commented 6 years ago

The rest of concourse-bosh-deployment uses external_url for this variable.

vito commented 6 years ago

are these really the same? i would expect external_url to be https://example.com and external_host to be just example.com

joshzarrabi commented 6 years ago

Right, good catch. I guess we'll just use two different variables then. Thank you!