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`| `"alertmanager_config: |\n route:\n receiver: 'default'\n receivers:\n - name: 'default'\n"` | no |
85
86
| <aname="input_create"></a> [create](#input\_create)| Determines whether a resources will be created |`bool`|`true`| no |
87
+
| <aname="input_create_alert_manager"></a> [create\_alert\_manager](#input\_create\_alert\_manager)| Controls whether an Alert Manager definition is created along with the AMP workspace |`bool`|`true`| no |
86
88
| <aname="input_create_workspace"></a> [create\_workspace](#input\_create\_workspace)| Determines whether a workspace will be created or to use an existing workspace |`bool`|`true`| no |
87
89
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN of the KMS Key to for encryption at rest |`string`|`null`| no |
88
90
| <aname="input_logging_configuration"></a> [logging\_configuration](#input\_logging\_configuration)| The logging configuration of the prometheus workspace. |`map(string)`|`{}`| no |
description="Controls whether an Alert Manager definition is created along with the AMP workspace"
53
+
type=bool
54
+
default=true
55
+
}
56
+
51
57
variable"alert_manager_definition" {
52
58
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