File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/eks-cluster-with-vpc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ To do this, you can define the instance type to use:
6060export TF_VAR_managed_node_instance_type=xxx
6161```
6262
63- ### 4 . Amazon Elastic Kubernetes Service (Amazon EKS) Version
63+ ### 2 . Amazon Elastic Kubernetes Service (Amazon EKS) Version
6464
6565You can override the version of the cluster also:
6666``` bash
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ locals {
4141# ---------------------------------------------------------------
4242
4343module "eks_blueprints" {
44- source = " github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.13.1 "
44+ source = " github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.27.0 "
4545
4646 cluster_name = local. cluster_name
4747 cluster_version = var. eks_version
@@ -62,7 +62,7 @@ module "eks_blueprints" {
6262}
6363
6464module "eks_blueprints_kubernetes_addons" {
65- source = " github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.13.1 "
65+ source = " github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.27.0 "
6666
6767 eks_cluster_id = module. eks_blueprints . eks_cluster_id
6868 eks_cluster_endpoint = module. eks_blueprints . eks_cluster_endpoint
You can’t perform that action at this time.
0 commit comments