We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3514370 commit 60f027fCopy full SHA for 60f027f
2 files changed
infrastructure/tf-audit/environments/devtest.tfvars
@@ -33,10 +33,11 @@ app_insights = {
33
}
34
35
law = {
36
- law_sku = "PerGB2018"
37
- retention_days = 30
38
- export_enabled = false
39
- export_table_names = ["Alert"]
+ law_sku = "PerGB2018"
+ retention_days = 30
+ export_enabled = false
+ export_table_names = ["Alert"]
40
+ app_requests_transform_enabled = true
41
42
43
storage_accounts = {
infrastructure/tf-audit/environments/integration.tfvars
@@ -44,7 +44,7 @@ law = {
44
retention_days = 30
45
export_enabled = false
46
export_table_names = ["Alert"]
47
- app_requests_transform_enabled = true
+ app_requests_transform_enabled = false
48
49
50
0 commit comments