Skip to content

Commit

Permalink
fix broken config
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 14, 2024
1 parent 1ff7714 commit 784a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/201-vmss-packer-jumpbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ resource "azurerm_network_interface" "jumpbox" {
ip_configuration {
name = "IPConfiguration"
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
}

Expand Down

0 comments on commit 784a1ab

Please sign in to comment.