Skip to content

Commit 0ba7d3a

Browse files
VM extension port can't be a string and must be a number (#14)
* VM extension port can't be a string and must be a number
1 parent bce5883 commit 0ba7d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ locals {
33
monitoring_subnet_name = local.monitoring_subnet_resource_id_slice[length(local.monitoring_subnet_resource_id_slice) - 1]
44
monitoring_subnet_vnet_name = local.monitoring_subnet_resource_id_slice[8]
55

6-
monitoring_health_check_port = "41080"
6+
monitoring_health_check_port = 41080
77

88
# https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-custom-probe-overview#probe-source-ip-address
99
azure_lb_health_check_probe_ip = "168.63.129.16/32"

0 commit comments

Comments
 (0)