terraform-provider-infoblox
terraform-provider-infoblox copied to clipboard
Add restart_if_needed attribute to infoblox_zone_forward resource
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
It seems in the infoblox_zone_auth has the option restart_if_needed
which would do this.
Or Is there something I'm missing?