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 072385a commit 2c91e3fCopy full SHA for 2c91e3f
vmss-linux/load_balancer.tf
@@ -35,7 +35,7 @@ resource "azurerm_lb_rule" "lb_rule" {
35
36
resource "azurerm_lb_probe" "health" {
37
loadbalancer_id = azurerm_lb.lb.id
38
- name = "Health Check Probe"
+ name = "${var.vmss_name}-health-check"
39
port = var.frontend_port
40
protocol = var.protocol
41
request_path = var.request_path
0 commit comments