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

Update resources.tf - allocation_pool as a block #575

Closed kinjelom closed 1 year ago

kinjelom commented 1 year ago

https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/networking_subnet_v2#allocation_pools

 bbl latest-error
╷
│ Error: Unsupported argument
│
│   on bbl-template.tf line 178, in resource "openstack_networking_subnet_v2" "bosh_subnet":
│  178:   allocation_pools = {
│
│ An argument named "allocation_pools" is not expected here. Did you mean to
│ define a block of type "allocation_pools"?
rkoster commented 1 year ago

We are gonna accept this PR as is, but there is no CI setup to test against OpenStack. If is does not work feel free to submit an other PR.