Skip to content

Commit

Permalink
updated allocation_method
Browse files Browse the repository at this point in the history
  • Loading branch information
balpurewal committed Oct 9, 2024
1 parent 43cbf96 commit 0e4ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/modules/azurerm-app-gateway/app_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "azurerm_public_ip" "app_gateway" {
name = var.resource_namer
resource_group_name = var.resource_group_name
location = var.resource_group_location
allocation_method = "Dynamic"
allocation_method = "Static"
sku = "Standard"
lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 0e4ae59

Please sign in to comment.