@@ -11,15 +11,20 @@ This module provides EKS cluster monitoring with the following resources:
11
11
12
12
| Name | Version |
13
13
| ------| ---------|
14
- | <a name =" requirement_grafana " ></a > [ grafana] ( #requirement\_ grafana ) | 1.25.0 |
14
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0.0 |
15
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.0.0 |
16
+ | <a name =" requirement_grafana " ></a > [ grafana] ( #requirement\_ grafana ) | >= 1.25.0 |
17
+ | <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 2.4.1 |
18
+ | <a name =" requirement_kubectl " ></a > [ kubectl] ( #requirement\_ kubectl ) | >= 1.14 |
19
+ | <a name =" requirement_kubernetes " ></a > [ kubernetes] ( #requirement\_ kubernetes ) | >= 2.10 |
15
20
16
21
## Providers
17
22
18
23
| Name | Version |
19
24
| ------| ---------|
20
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | n/a |
21
- | <a name =" provider_grafana " ></a > [ grafana] ( #provider\_ grafana ) | 1.25.0 |
22
- | <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | n/a |
25
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.0.0 |
26
+ | <a name =" provider_grafana " ></a > [ grafana] ( #provider\_ grafana ) | >= 1.25.0 |
27
+ | <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 2.4.1 |
23
28
24
29
## Modules
25
30
@@ -33,18 +38,18 @@ This module provides EKS cluster monitoring with the following resources:
33
38
| ------| ------|
34
39
| [ aws_prometheus_rule_group_namespace.alerting_rules] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_rule_group_namespace ) | resource |
35
40
| [ aws_prometheus_rule_group_namespace.recording_rules] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_rule_group_namespace ) | resource |
36
- | [ grafana_dashboard.cluster] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
37
- | [ grafana_dashboard.clusternw] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
38
- | [ grafana_dashboard.kubelet] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
39
- | [ grafana_dashboard.nodes] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
40
- | [ grafana_dashboard.nsnw] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
41
- | [ grafana_dashboard.nsnwworkload] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
42
- | [ grafana_dashboard.nspods] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
43
- | [ grafana_dashboard.nsworkload] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
44
- | [ grafana_dashboard.nwworload] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
45
- | [ grafana_dashboard.podnetwork] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
46
- | [ grafana_dashboard.pods] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
47
- | [ grafana_dashboard.workloads] ( https://registry.terraform.io/providers/grafana/grafana/1.25.0 /docs/resources/dashboard ) | resource |
41
+ | [ grafana_dashboard.cluster] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
42
+ | [ grafana_dashboard.clusternw] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
43
+ | [ grafana_dashboard.kubelet] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
44
+ | [ grafana_dashboard.nodes] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
45
+ | [ grafana_dashboard.nsnw] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
46
+ | [ grafana_dashboard.nsnwworkload] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
47
+ | [ grafana_dashboard.nspods] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
48
+ | [ grafana_dashboard.nsworkload] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
49
+ | [ grafana_dashboard.nwworload] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
50
+ | [ grafana_dashboard.podnetwork] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
51
+ | [ grafana_dashboard.pods] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
52
+ | [ grafana_dashboard.workloads] ( https://registry.terraform.io/providers/grafana/grafana/latest /docs/resources/dashboard ) | resource |
48
53
| [ helm_release.kube_state_metrics] ( https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release ) | resource |
49
54
| [ helm_release.prometheus_node_exporter] ( https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release ) | resource |
50
55
| [ aws_caller_identity.current] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity ) | data source |
0 commit comments