Skip to content

Commit

Permalink
pin the eks bluebprints module versio nto 4.32.1 as written in aws-ia…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Siman committed Aug 2, 2023
1 parent 39e9c0b commit d9c85f9
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 d9c85f9

Please sign in to comment.