Merge pull request #14398 from vrenjith/patch-2
Spaces are not allowed in name
This commit is contained in:
commit
40607538c2
|
@ -41,7 +41,7 @@ resource "azurerm_lb" "test" {
|
|||
resource "azurerm_lb_probe" "test" {
|
||||
resource_group_name = "${azurerm_resource_group.test.name}"
|
||||
loadbalancer_id = "${azurerm_lb.test.id}"
|
||||
name = "SSH Running Probe"
|
||||
name = "ssh-running-probe"
|
||||
port = 22
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue