Closed jtarchie closed 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.
concourse.yml
As an example: https://github.com/concourse/concourse-bosh-deployment/blob/master/cluster/concourse.yml#L21
Close in https://github.com/concourse/concourse-bosh-deployment/pull/212
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