terraform-coop / terraform-provider-foreman

Terraform provider for Foreman
https://registry.terraform.io/providers/terraform-coop/foreman
Mozilla Public License 2.0
33 stars 31 forks source link

Add bmc_id to subnet resource #63

Closed holmesb closed 2 years ago

holmesb commented 2 years ago

Fixes issue #59. Allows BMC Proxy to be specified on subnets' Proxies tab: image

MrFreezeex commented 2 years ago

You also have to update the code in resource_foreman_subnet.go because it is a pointer now, pretty sure that code doesn't compile right now.