You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_alert_manager_definition"></a> [alert\_manager\_definition](#input\_alert\_manager\_definition)| The alert manager definition that you want to be applied. See more in the [AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html)|`string`|`null`| no |
84
+
| <aname="input_alert_manager_definition"></a> [alert\_manager\_definition](#input\_alert\_manager\_definition)| The alert manager definition that you want to be applied. See more in the [AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html)|`string`| `"alertmanager_config: |\nroute:\n receiver: 'default'\nreceivers:\n - name: 'default'\n"` | no |
85
85
| <aname="input_create"></a> [create](#input\_create)| Determines whether a resources will be created |`bool`|`true`| no |
86
86
| <aname="input_rule_group_namespaces"></a> [rule\_group\_namespaces](#input\_rule\_group\_namespaces)| A map of one or more rule group namespace definitions |`map(any)`|`{}`| no |
87
87
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: variables.tf
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,13 @@ variable "workspace_alias" {
27
27
variable"alert_manager_definition" {
28
28
description="The alert manager definition that you want to be applied. See more in the [AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html)"
0 commit comments