From 0e4ae59faed303c7cf0ed7748b2d82df1910b2fb Mon Sep 17 00:00:00 2001 From: Bal Purewal Date: Wed, 9 Oct 2024 17:39:13 +0100 Subject: [PATCH] updated allocation_method --- azurerm/modules/azurerm-app-gateway/app_gateway.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurerm/modules/azurerm-app-gateway/app_gateway.tf b/azurerm/modules/azurerm-app-gateway/app_gateway.tf index 875fc8a..e266634 100644 --- a/azurerm/modules/azurerm-app-gateway/app_gateway.tf +++ b/azurerm/modules/azurerm-app-gateway/app_gateway.tf @@ -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 = [