Spaces are not allowed in name
Spaces are not allowed in name for `azurerm_lb_probe`
This commit is contained in:
parent
0736dde0f7
commit
fae2bf98e6
|
@ -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