concourse / concourse-bosh-deployment

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

make AZs a variables, rather than hard code it, it is never `z1` #209

Closed jtarchie closed 4 years ago

jtarchie commented 4 years ago

Availability zones in concourse.yml are hard-coded to vbox. Any user not using vbox would have to write an ops file to overwrite this value. This value should be variablized.

As an example: https://github.com/concourse/concourse-bosh-deployment/blob/master/cluster/concourse.yml#L21

jtarchie commented 4 years ago

Close in https://github.com/concourse/concourse-bosh-deployment/pull/212