cloudfoundry / bosh-bootloader

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

Fix template generation for cloudstack #598

Closed mdimiceli closed 4 months ago

mdimiceli commented 4 months ago

The templates are not correctly generated for cloudstack due to the migration from packr to go embed.

This change fixes the integration of "go embed" and removes the security-groups definition from the bbl-template.tf file like the others IaaS.

rkoster commented 4 months ago

Thanks! @mdimiceli