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
# prevents creation of a new Amazon Managed Grafana workspace
63
-
enable_managed_grafana = false
70
+
managed_prometheus_workspace_id = "ws-abcd123..."
64
71
65
72
managed_grafana_workspace_id = "g-abcdef123"
66
73
grafana_api_key = var.grafana_api_key
@@ -163,8 +170,8 @@ If you are interested in contributing, see the [Contribution guide](https://gith
163
170
| <aname="input_enable_cert_manager"></a> [enable\_cert\_manager](#input\_enable\_cert\_manager)| Allow reusing an existing installation of cert-manager |`bool`|`true`| no |
164
171
| <aname="input_enable_managed_grafana"></a> [enable\_managed\_grafana](#input\_enable\_managed\_grafana)| Creates a new Amazon Managed Grafana Workspace |`bool`|`true`| no |
165
172
| <aname="input_enable_managed_prometheus"></a> [enable\_managed\_prometheus](#input\_enable\_managed\_prometheus)| Creates a new Amazon Managed Service for Prometheus Workspace |`bool`|`true`| no |
166
-
| <aname="input_grafana_api_key"></a> [grafana\_api\_key](#input\_grafana\_api\_key)| Grafana API key for the Amazon Managed Grafana workspace |`string`|`null`|no|
167
-
| <aname="input_irsa_iam_permissions_boundary"></a> [irsa\_iam\_permissions\_boundary](#input\_irsa\_iam\_permissions\_boundary)| IAM permissions boundary for IRSA roles |`string`|`null`| no |
173
+
| <aname="input_grafana_api_key"></a> [grafana\_api\_key](#input\_grafana\_api\_key)| Grafana API key for the Amazon Managed Grafana workspace |`string`|n/a|yes|
174
+
| <aname="input_irsa_iam_permissions_boundary"></a> [irsa\_iam\_permissions\_boundary](#input\_irsa\_iam\_permissions\_boundary)| IAM permissions boundary for IRSA roles |`string`|`""`| no |
168
175
| <aname="input_irsa_iam_role_path"></a> [irsa\_iam\_role\_path](#input\_irsa\_iam\_role\_path)| IAM role path for IRSA roles |`string`|`"/"`| no |
169
176
| <aname="input_managed_grafana_workspace_id"></a> [managed\_grafana\_workspace\_id](#input\_managed\_grafana\_workspace\_id)| Amazon Managed Grafana Workspace ID |`string`|`""`| no |
170
177
| <aname="input_managed_prometheus_workspace_id"></a> [managed\_prometheus\_workspace\_id](#input\_managed\_prometheus\_workspace\_id)| Amazon Managed Service for Prometheus Workspace ID |`string`|`""`| no |
Copy file name to clipboardExpand all lines: docs/concepts.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,35 +31,44 @@ you need to track changes as part of a Git repository or CI/CD pipeline.
31
31
32
32
## Base module
33
33
34
-
The base module allows you to configure the AWS Observability services for your cluster and the AWS Distro for OpenTelemetry (ADOT) Operator as the signals collection mechanism.
34
+
The base module allows you to configure the AWS Observability services for your cluster and
35
+
the AWS Distro for OpenTelemetry (ADOT) Operator as the signals collection mechanism.
35
36
36
-
Here is the minimum configuration to have a new Managed Grafana Workspace, Amazon Managed Service for Prometheus Workspace, ADOT Operator deployed for you and ready to receive your data.
37
+
This is the minimum configuration to have a new Amazon Managed Service for Prometheus Workspace
38
+
and ADOT Operator deployed for you and ready to receive your data.
39
+
The base module serve as an anchor to the workload modules and cannot run on its own.
0 commit comments