Skip to content

Commit

Permalink
Merge pull request #30 from onlineque/feat/nginx-ingress-controller
Browse files Browse the repository at this point in the history
pin the eks bluebprints module versio nto 4.32.1 as written in https:…
  • Loading branch information
onlineque authored Aug 2, 2023
2 parents fcced2b + d9c85f9 commit 305dbc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ module "eks" {
################################################################################

module "eks_blueprints_kubernetes_addons" {
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.27.0"
# source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.27.0"
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.32.1"

eks_cluster_id = module.eks.eks_cluster_id
eks_cluster_endpoint = module.eks.eks_cluster_endpoint
Expand Down

0 comments on commit 305dbc3

Please sign in to comment.