Currently, if I specify the health check port for a backend to be different to the port for the backend, no firewall rule to allow health checking on the health check port is created.
A quick squint at the terraform suggests this is because we, presumably incorrectly, use the value of port for each backend for the firewall rule, not that of the health check port.