Skip to content

Commit

Permalink
allocation method is now Dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
clubcaliche authored Dec 14, 2024
1 parent d20b367 commit 5a28507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "azurerm_public_ip" "vnet_shared_gateway_ip" {
name = "pip-shared-services-vgw"
location = azurerm_resource_group.rg.location
resource_group_name = azurerm_resource_group.rg.name
allocation_method = "Static"
allocation_method = "Dynamnic"
sku = "Basic"
}

Expand Down

0 comments on commit 5a28507

Please sign in to comment.