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
fix: Fix dependencies and implementation of the logging configuration support feature (#9)
* fix dependencies between the workspace and the alert manager definition and rule group namespace + addition of logging configuration support
* fix tf version to be upper than 4.35
* update after iteration on the PR
Co-authored-by: Samuel CHNIBER <[email protected]>
| <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
85
| <aname="input_create"></a> [create](#input\_create)| Determines whether a resources will be created |`bool`|`true`| no |
86
86
| <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
+
| <aname="input_logging_configuration"></a> [logging\_configuration](#input\_logging\_configuration)| The logging configuration of the prometheus workspace. |`map(string)`|`{}`| no |
87
88
| <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 |
88
89
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
89
90
| <aname="input_workspace_alias"></a> [workspace\_alias](#input\_workspace\_alias)| The alias of the prometheus workspace. See more in the [AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-onboard-create-workspace.html)|`string`|`null`| no |
0 commit comments