infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
73 stars 80 forks source link

Add restart_if_needed attribute to infoblox_zone_forward resource #386

Open joschi36 opened 1 month ago

joschi36 commented 1 month ago

We are currently trying to create zone forwards with terraform but noticed that it does not automatically restart the dns servers as it should. See screenshot of UI after terraform apply Screenshot 2024-10-04 at 12 08 44(1)

It seems in the infoblox_zone_auth has the option restart_if_needed which would do this.

Or Is there something I'm missing?