Skip to content

Commit 29c1b32

Browse files
committed
DTOSS-00000: Enabled must be true for avail test
For application insights availability tests, the terraform module must have enabled set to true. By default enabled is false.
1 parent eb187eb commit 29c1b32

File tree

1 file changed

+1
-0
lines changed
  • infrastructure/modules/application-insights-availability-test

1 file changed

+1
-0
lines changed

infrastructure/modules/application-insights-availability-test/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resource "azurerm_application_insights_standard_web_test" "this" {
77

88
frequency = var.frequency
99
timeout = var.timeout
10+
enabled = true
1011

1112
request {
1213
url = var.target_url

0 commit comments

Comments
 (0)