Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed May 23, 2023
1 parent 719cd0a commit 7054276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ activity_log_alert = {
| activity\_log\_alert | n/a | <pre>map(object({<br> alertname = string<br> alertrg = string<br> alertscopes = list(string)<br> description = string<br> operation_name = string<br> actionGroupID = string<br> category = string<br> }))</pre> | `{}` | 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)` | <pre>[<br> "name",<br> "environment"<br>]</pre> | no |
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. | `string` | `"anmol@clouddrove.com"` | no |
| metricAlerts | n/a | <pre>map(object({<br> alertName = string<br> alertResourceGroupName = string<br> alertScopes = list(string)<br> alertDescription = string<br> alertEnabled = bool<br> alertAutoMitigate = bool<br> alertFrequency = string<br> alertTargetResourceType = string<br> alertTargetResourceLoc = string<br> dynCriteriaMetricNamespace = string<br> dynCriteriaMetricName = string<br> dynCriteriaAggregation = string<br> dynCriteriaOperator = string<br> dynCriteriathreshold = string<br> actionGroupID = string<br> }))</pre> | `{}` | no |
| name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |
Expand Down

0 comments on commit 7054276

Please sign in to comment.