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 azure templates according to the newer terraform versions #565

Closed ten4o closed 1 year ago

ten4o commented 1 year ago

Newer version of terraform introduced changes to the template syntax. This PR fixes all Azure templates so that:

bbl up
bbl plan --lb-type concourse && bbl up
bbl plan --lb-type cf ....  && bbl up

all execute without errors.

rkoster commented 1 year ago

@ten4o @ivo4311 Thanks for this awsome PR, could y'all also take a look at the plan patches for Azure, given that y'all now have the required context on this?

ten4o commented 1 year ago

@rkoster @ramonskie I've made changes to the plan-patches related to Azure. Unfortunately I have no clue how to test them.

ramonskie commented 1 year ago

no worries. thank you for the contribution @ten4o