Skip to content

Commit 3451706

Browse files
authored
Fixes (#32)
* Apply pre-commit * Pin dependencies modules
1 parent d286a47 commit 3451706

File tree

12 files changed

+12
-20
lines changed

12 files changed

+12
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If you are interested in contributing to EKS Blueprints, see the [Contribution g
168168

169169
| Name | Description |
170170
|------|-------------|
171-
| <a name="output_aws_region"></a> [aws\_region](#output\_aws\_region) | EKS Cluster Id |
171+
| <a name="output_aws_region"></a> [aws\_region](#output\_aws\_region) | AWS Region |
172172
| <a name="output_eks_cluster_id"></a> [eks\_cluster\_id](#output\_eks\_cluster\_id) | EKS Cluster Id |
173173
| <a name="output_eks_cluster_version"></a> [eks\_cluster\_version](#output\_eks\_cluster\_version) | EKS Cluster version |
174174
| <a name="output_grafana_dashboards_folder_id"></a> [grafana\_dashboards\_folder\_id](#output\_grafana\_dashboards\_folder\_id) | Grafana folder ID for automatic dashboards. Required by workload modules |

examples/eks-cluster-with-vpc/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ locals {
4141
#---------------------------------------------------------------
4242

4343
module "eks_blueprints" {
44-
source = "github.com/aws-ia/terraform-aws-eks-blueprints"
44+
source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.8.1"
4545

4646
cluster_name = local.cluster_name
4747
cluster_version = "1.23"
@@ -62,7 +62,7 @@ module "eks_blueprints" {
6262
}
6363

6464
module "eks_blueprints_kubernetes_addons" {
65-
source = "github.com/aws-ia/terraform-aws-eks-blueprints/modules/kubernetes-addons"
65+
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.8.1"
6666

6767
eks_cluster_id = module.eks_blueprints.eks_cluster_id
6868
eks_cluster_endpoint = module.eks_blueprints.eks_cluster_endpoint

examples/existing-cluster-with-base-and-infra/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ add this `managed_prometheus_region=xxx` and `managed_prometheus_workspace_id=ws
134134
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
135135
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0.0 |
136136
| <a name="requirement_grafana"></a> [grafana](#requirement\_grafana) | >= 1.25.0 |
137-
| <a name="requirement_grafana"></a> [grafana](#requirement\_grafana) | >= 1.25.0 |
138137
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.4.1 |
139138
| <a name="requirement_kubectl"></a> [kubectl](#requirement\_kubectl) | >= 1.14 |
140139
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | >= 2.10 |

examples/existing-cluster-with-base-and-infra/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ managed_prometheus_workspace_id = ""
1111
managed_grafana_workspace_id = ""
1212

1313
# (mandatory) Grafana API Key - https://docs.aws.amazon.com/grafana/latest/userguide/API_key_console.html
14-
grafana_api_key = ""
14+
grafana_api_key = ""

modules/add-ons/adot-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ the ADOT Operator.
4141

4242
| Name | Source | Version |
4343
|------|--------|---------|
44-
| <a name="module_cert_manager"></a> [cert\_manager](#module\_cert\_manager) | github.com/aws-ia/terraform-aws-eks-blueprints/modules/kubernetes-addons/cert-manager | n/a |
44+
| <a name="module_cert_manager"></a> [cert\_manager](#module\_cert\_manager) | github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons/cert-manager | v4.8.1 |
4545

4646
## Resources
4747

modules/workloads/infra/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This module is inspired from the open source [kube-prometheus-stack](https://git
3232

3333
| Name | Source | Version |
3434
|------|--------|---------|
35-
| <a name="module_helm_addon"></a> [helm\_addon](#module\_helm\_addon) | github.com/aws-ia/terraform-aws-eks-blueprints/modules/kubernetes-addons/helm-addon | n/a |
35+
| <a name="module_helm_addon"></a> [helm\_addon](#module\_helm\_addon) | github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons/helm-addon | v4.8.1 |
3636

3737
## Resources
3838

@@ -41,16 +41,9 @@ This module is inspired from the open source [kube-prometheus-stack](https://git
4141
| [aws_prometheus_rule_group_namespace.alerting_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_rule_group_namespace) | resource |
4242
| [aws_prometheus_rule_group_namespace.recording_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_rule_group_namespace) | resource |
4343
| [grafana_dashboard.cluster](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
44-
| [grafana_dashboard.clusternw](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
4544
| [grafana_dashboard.kubelet](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
4645
| [grafana_dashboard.nodes](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
47-
| [grafana_dashboard.nsnw](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
48-
| [grafana_dashboard.nsnwworkload](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
49-
| [grafana_dashboard.nspods](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
5046
| [grafana_dashboard.nsworkload](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
51-
| [grafana_dashboard.nwworload](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
52-
| [grafana_dashboard.podnetwork](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
53-
| [grafana_dashboard.pods](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
5447
| [grafana_dashboard.workloads](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) | resource |
5548
| [helm_release.kube_state_metrics](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
5649
| [helm_release.prometheus_node_exporter](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |

modules/workloads/infra/dashboards/cluster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2873,4 +2873,4 @@
28732873
"uid": "efa86fd1d0c121a26444b636a3f509a8",
28742874
"version": 9,
28752875
"weekStart": ""
2876-
}
2876+
}

modules/workloads/infra/dashboards/namespace-workloads.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,4 +2274,4 @@
22742274
"uid": "a87fb0d919ec0ea5f6543124e16c42a5",
22752275
"version": 1,
22762276
"weekStart": ""
2277-
}
2277+
}

modules/workloads/infra/dashboards/nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,4 +1294,4 @@
12941294
"title": "Kubernetes / Compute Resources / Node (Pods)",
12951295
"uid": "200ac8fdbfbb74b39aff88118e4d1c2c",
12961296
"weekStart": ""
1297-
}
1297+
}

modules/workloads/infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ resource "helm_release" "prometheus_node_exporter" {
3535
}
3636

3737
module "helm_addon" {
38-
source = "github.com/aws-ia/terraform-aws-eks-blueprints/modules/kubernetes-addons/helm-addon"
38+
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons/helm-addon?ref=v4.8.1"
3939

4040
helm_config = merge(
4141
{

0 commit comments

Comments
 (0)