Skip to content

Commit

Permalink
comment out app insights
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwest committed Jan 27, 2024
1 parent 3f7cc18 commit a8df05a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ module "storage" {
endpoint_subnet_id = try(module.network[0].endpoint_subnet_id, "")
}

module "app_insights" {
count = var.enable ? 1 : 0
source = "./modules/app_insights"

company = var.company
region = var.region
rg_name = try(azurerm_resource_group.this[0].name, "")
}
# module "app_insights" {
# count = var.enable ? 1 : 0
# source = "./modules/app_insights"

# company = var.company
# region = var.region
# rg_name = try(azurerm_resource_group.this[0].name, "")
# }

0 comments on commit a8df05a

Please sign in to comment.