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

Removing required providers for cloudstack #594

Closed mdimiceli closed 5 months ago

mdimiceli commented 5 months ago

For Cloudstack only, the required providers are genereted to the bbl-template.tf file. Therefore it is not possible to override the provider versions.

This change removes the required providers definition from the bbl-template.tf file for Cloudstack so the provider versions can be overridden like the others IaaS.

linux-foundation-easycla[bot] commented 5 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

rkoster commented 5 months ago

Thanks! @mdimiceli