Skip to content

Commit 2c91e3f

Browse files
health probe name changed
1 parent 072385a commit 2c91e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmss-linux/load_balancer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ resource "azurerm_lb_rule" "lb_rule" {
3535

3636
resource "azurerm_lb_probe" "health" {
3737
loadbalancer_id = azurerm_lb.lb.id
38-
name = "Health Check Probe"
38+
name = "${var.vmss_name}-health-check"
3939
port = var.frontend_port
4040
protocol = var.protocol
4141
request_path = var.request_path

0 commit comments

Comments
 (0)