fix broken config
This commit is contained in:
parent
286ef164dc
commit
6e14503e17
@ -215,7 +215,7 @@ resource "azurerm_network_interface" "jumpbox" {
|
|||||||
ip_configuration {
|
ip_configuration {
|
||||||
name = "IPConfiguration"
|
name = "IPConfiguration"
|
||||||
subnet_id = azurerm_subnet.vmss.id
|
subnet_id = azurerm_subnet.vmss.id
|
||||||
private_ip_address_allocation = "dynamic"
|
private_ip_address_allocation = "Dynamic"
|
||||||
public_ip_address_id = azurerm_public_ip.jumpbox.id
|
public_ip_address_id = azurerm_public_ip.jumpbox.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user