Skip to content

Commit

Permalink
Introduce daily_data_cap_in_gb = 5 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrie-cooper authored May 11, 2022
1 parent 9c63c79 commit 932d11f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Deployment/src/Modules/AppInsights/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
resource "azurerm_application_insights" "app_insights" {
name = var.name
location = var.location
resource_group_name = var.resource_group_name
application_type = "web"
tags = var.tags
name = var.name
location = var.location
resource_group_name = var.resource_group_name
application_type = "web"
daily_data_cap_in_gb = 5
tags = var.tags
}

0 comments on commit 932d11f

Please sign in to comment.