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
85
| <aname="input_create"></a> [create](#input\_create)| Determines whether a resources will be created |`bool`|`true`| no |
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 |
86
87
| <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
88
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
88
89
| <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 |
90
+
| <aname="input_workspace_id"></a> [workspace\_id](#input\_workspace\_id)| The ID of an existing workspace to use when `create_workspace` is `false`|`string`|`""`| no |
description="Determines whether a workspace will be created or to use an existing workspace"
19
+
type=bool
20
+
default=true
21
+
}
22
+
23
+
variable"workspace_id" {
24
+
description="The ID of an existing workspace to use when `create_workspace` is `false`"
25
+
type=string
26
+
default=""
27
+
}
28
+
17
29
variable"workspace_alias" {
18
30
description="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)"
0 commit comments