Skip to content

Commit

Permalink
Update specific-version.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkrief committed Dec 11, 2023
1 parent 72f9901 commit 9dc2ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHAP02/version/specific-version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ resource "azurerm_public_ip" "pip" {
name = "book-ip"
location = "westeurope"
resource_group_name = azurerm_resource_group.rg.name
public_ip_address_allocation = "Dynamic"
allocation_method = "Dynamic"
domain_name_label = "bookdevops"
}

0 comments on commit 9dc2ea8

Please sign in to comment.