From 7aa61f33e1b239212c8c1e28c6d1a11739fca3bb Mon Sep 17 00:00:00 2001 From: Chirag Pareek Date: Thu, 4 Jan 2024 15:15:51 +0000 Subject: [PATCH] fix --- app-insights.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-insights.tf b/app-insights.tf index 9aa3657..47b03fc 100644 --- a/app-insights.tf +++ b/app-insights.tf @@ -4,8 +4,8 @@ module "application_insights" { env = var.env product = var.product - - resource_group_name = azurerm_resource_group.rg.name + location = azurerm_resource_group.opal_resource_group.location + resource_group_name = azurerm_resource_group.opal_resource_group.name common_tags = var.common_tags }