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 = {
174174 ports = [8000, 8080]
175175
176176 # list of series prefixes you want to discard from ingestion
177- dropped_series_prefix = ["go_gcc"]
177+ dropped_series_prefixes = ["go_gcc"]
178178}
179179```
180180
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
2020| Name | Version |
2121| ------| ---------|
2222| <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 |
2424| <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 2.4.1 |
2525| <a name =" requirement_kubectl " ></a > [ kubectl] ( #requirement\_ kubectl ) | >= 1.14 |
2626| <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
2929
3030| Name | Version |
3131| ------| ---------|
32- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4 .0.0 |
32+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0.0 |
3333| <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 2.4.1 |
3434| <a name =" provider_kubectl " ></a > [ kubectl] ( #provider\_ kubectl ) | >= 1.14 |
3535
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " >= 4 .0.0"
7+ version = " >= 5 .0.0"
88 }
99 kubernetes = {
1010 source = " hashicorp/kubernetes"
You can’t perform that action at this time.
0 commit comments