Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpareek committed Jan 4, 2024
1 parent 9e44d9d commit 7aa61f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-insights.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7aa61f3

Please sign in to comment.