cloudfoundry / bosh-bootloader

Command line utility for standing up a BOSH director on an IAAS of your choice.
Apache License 2.0
180 stars 180 forks source link

Fix aws terraform dns template #577

Closed jochenehret closed 1 year ago

jochenehret commented 1 year ago

this PR replaces: https://github.com/cloudfoundry/bosh-bootloader/pull/571

jochenehret commented 1 year ago

I'm testing it locally on our performance test pipeline bbl environment. It uses some plan-patches which are being updated to bbl v9: https://github.com/cloudfoundry/cf-performance-tests-pipeline/pull/41

Works fine, DNS setup is correct and our ns-record.tf patch correctly wires to the parent DNS zone.

rkoster commented 1 year ago

Thanks! @jochenehret