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
Copy file name to clipboardExpand all lines: modules/eks-monitoring/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,13 @@ See examples using this Terraform modules in the **Amazon EKS** section of [this
89
89
| <aname="input_flux_kustomization_name"></a> [flux\_kustomization\_name](#input\_flux\_kustomization\_name)| Flux Kustomization name |`string`|`"grafana-dashboards-infrastructure"`| no |
90
90
| <aname="input_flux_kustomization_path"></a> [flux\_kustomization\_path](#input\_flux\_kustomization\_path)| Flux Kustomization Path |`string`|`"./artifacts/grafana-operator-manifests/eks/infrastructure"`| no |
| <aname="input_grafana_api_key"></a> [grafana\_api\_key](#input\_grafana\_api\_key)| Grafana API key for the Amazon Managed Grafana workspace |`string`|`""`| no |
92
+
| <aname="input_grafana_api_key"></a> [grafana\_api\_key](#input\_grafana\_api\_key)| Grafana API key for the Amazon Managed Grafana workspace. Required if `enable_external_secrets = true`|`string`|`""`| no |
93
93
| <aname="input_grafana_cluster_dashboard_url"></a> [grafana\_cluster\_dashboard\_url](#input\_grafana\_cluster\_dashboard\_url)| Dashboard URL for Cluster Grafana Dashboard JSON |`string`|`"https://raw.githubusercontent.com/aws-observability/aws-observability-accelerator/main/artifacts/grafana-dashboards/eks/infrastructure/cluster.json"`| no |
94
94
| <aname="input_grafana_kubelet_dashboard_url"></a> [grafana\_kubelet\_dashboard\_url](#input\_grafana\_kubelet\_dashboard\_url)| Dashboard URL for Kubelet Grafana Dashboard JSON |`string`|`"https://raw.githubusercontent.com/aws-observability/aws-observability-accelerator/main/artifacts/grafana-dashboards/eks/infrastructure/kubelet.json"`| no |
95
95
| <aname="input_grafana_namespace_workloads_dashboard_url"></a> [grafana\_namespace\_workloads\_dashboard\_url](#input\_grafana\_namespace\_workloads\_dashboard\_url)| Dashboard URL for Namespace Workloads Grafana Dashboard JSON |`string`|`"https://raw.githubusercontent.com/aws-observability/aws-observability-accelerator/main/artifacts/grafana-dashboards/eks/infrastructure/namespace-workloads.json"`| no |
96
96
| <aname="input_grafana_node_exporter_dashboard_url"></a> [grafana\_node\_exporter\_dashboard\_url](#input\_grafana\_node\_exporter\_dashboard\_url)| Dashboard URL for Node Exporter Grafana Dashboard JSON |`string`|`"https://raw.githubusercontent.com/aws-observability/aws-observability-accelerator/main/artifacts/grafana-dashboards/eks/infrastructure/nodeexporter-nodes.json"`| no |
97
97
| <aname="input_grafana_nodes_dashboard_url"></a> [grafana\_nodes\_dashboard\_url](#input\_grafana\_nodes\_dashboard\_url)| Dashboard URL for Nodes Grafana Dashboard JSON |`string`|`"https://raw.githubusercontent.com/aws-observability/aws-observability-accelerator/main/artifacts/grafana-dashboards/eks/infrastructure/nodes.json"`| no |
98
-
| <aname="input_grafana_url"></a> [grafana\_url](#input\_grafana\_url)| Endpoint URL of Amazon Managed Grafana workspace|`string`|n/a|yes|
98
+
| <aname="input_grafana_url"></a> [grafana\_url](#input\_grafana\_url)| Endpoint URL of Amazon Managed Grafana workspace. Required if `enable_grafana_operator = true`|`string`|`""`|no|
99
99
| <aname="input_grafana_workloads_dashboard_url"></a> [grafana\_workloads\_dashboard\_url](#input\_grafana\_workloads\_dashboard\_url)| Dashboard URL for Workloads Grafana Dashboard JSON |`string`|`"https://raw.githubusercontent.com/aws-observability/aws-observability-accelerator/main/artifacts/grafana-dashboards/eks/infrastructure/workloads.json"`| no |
100
100
| <aname="input_helm_config"></a> [helm\_config](#input\_helm\_config)| Helm Config for Prometheus |`any`|`{}`| no |
101
101
| <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 |
@@ -112,7 +112,7 @@ See examples using this Terraform modules in the **Amazon EKS** section of [this
112
112
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `map('BusinessUnit`,`XYZ`) |`map(string)`|`{}`| no |
113
113
| <aname="input_target_secret_name"></a> [target\_secret\_name](#input\_target\_secret\_name)| Target secret in Kubernetes to store the Grafana API Key Secret |`string`|`"grafana-admin-credentials"`| no |
114
114
| <aname="input_target_secret_namespace"></a> [target\_secret\_namespace](#input\_target\_secret\_namespace)| Target namespace of secret in Kubernetes to store the Grafana API Key Secret |`string`|`"grafana-operator"`| no |
0 commit comments