From 705427666fecb6e9bf2fe4d6c64375845a1d3a52 Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Tue, 23 May 2023 16:10:26 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c65a251..58a1400 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ activity_log_alert = { | activity\_log\_alert | n/a |
map(object({
alertname = string
alertrg = string
alertscopes = list(string)
description = string
operation_name = string
actionGroupID = string
category = string
}))
| `{}` | no | | application | Application (e.g. `cd` or `clouddrove`). | `string` | `""` | no | | environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no | -| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no | +| label\_order | Label order, e.g. `name`,`application`. | `list(any)` |
[
"name",
"environment"
]
| no | | managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. | `string` | `"anmol@clouddrove.com"` | no | | metricAlerts | n/a |
map(object({
alertName = string
alertResourceGroupName = string
alertScopes = list(string)
alertDescription = string
alertEnabled = bool
alertAutoMitigate = bool
alertFrequency = string
alertTargetResourceType = string
alertTargetResourceLoc = string
dynCriteriaMetricNamespace = string
dynCriteriaMetricName = string
dynCriteriaAggregation = string
dynCriteriaOperator = string
dynCriteriathreshold = string
actionGroupID = string
}))
| `{}` | no | | name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |