We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce5883 commit 0ba7d3aCopy full SHA for 0ba7d3a
locals.tf
@@ -3,7 +3,7 @@ locals {
3
monitoring_subnet_name = local.monitoring_subnet_resource_id_slice[length(local.monitoring_subnet_resource_id_slice) - 1]
4
monitoring_subnet_vnet_name = local.monitoring_subnet_resource_id_slice[8]
5
6
- monitoring_health_check_port = "41080"
+ monitoring_health_check_port = 41080
7
8
# https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-custom-probe-overview#probe-source-ip-address
9
azure_lb_health_check_probe_ip = "168.63.129.16/32"
0 commit comments