Skip to content

Commit

Permalink
Update azure_vm.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Nov 14, 2024
1 parent d8639e8 commit cde47ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure/azure-vm/azure_vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ resource "azurerm_public_ip" "puip" {
name = "waf-public-ip"
location = local.azure_region
resource_group_name = local.resource_group_name
sku = "Basic"
allocation_method = "Dynamic"
}

Expand Down

0 comments on commit cde47ab

Please sign in to comment.