File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ custom_metrics_config = {
174
174
ports = [8000, 8080]
175
175
176
176
# list of series prefixes you want to discard from ingestion
177
- dropped_series_prefix = ["go_gcc"]
177
+ dropped_series_prefixes = ["go_gcc"]
178
178
}
179
179
```
180
180
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ See examples using this Terraform modules in the **Amazon EKS** section of [this
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.1.0 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4 .0.0 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0.0 |
24
24
| <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 2.4.1 |
25
25
| <a name =" requirement_kubectl " ></a > [ kubectl] ( #requirement\_ kubectl ) | >= 1.14 |
26
26
| <a name =" requirement_kubernetes " ></a > [ kubernetes] ( #requirement\_ kubernetes ) | >= 2.10 |
@@ -29,7 +29,7 @@ See examples using this Terraform modules in the **Amazon EKS** section of [this
29
29
30
30
| Name | Version |
31
31
| ------| ---------|
32
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4 .0.0 |
32
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0.0 |
33
33
| <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 2.4.1 |
34
34
| <a name =" provider_kubectl " ></a > [ kubectl] ( #provider\_ kubectl ) | >= 1.14 |
35
35
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 4 .0.0"
7
+ version = " >= 5 .0.0"
8
8
}
9
9
kubernetes = {
10
10
source = " hashicorp/kubernetes"
You can’t perform that action at this time.
0 commit comments