Skip to content

Commit

Permalink
Update 16-lifecycles.md for upper case D
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaentz authored Jun 30, 2023
1 parent 94cc9fc commit d5b9c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 16-lifecycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ resource "azurerm_network_interface" "main" {
ip_configuration {
name = "config1"
subnet_id = azurerm_subnet.main.id
private_ip_address_allocation = "dynamic"
private_ip_address_allocation = "Dynamic"
public_ip_address_id = azurerm_public_ip.main.id
}
Expand Down

0 comments on commit d5b9c91

Please sign in to comment.