Skip to content

Commit d0c89fd

Browse files
committed
DTOSS-00000: Enabled must be true for avail test
For application insights we must set enabled as true for the availablity test to be enabled. By default enabled is false on in the terraform module.
1 parent 2416517 commit d0c89fd

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)