Skip to content

Commit

Permalink
Upgrade terraform-aws-eks to v17.22.0 (#2344)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Bailey <[email protected]>
  • Loading branch information
vladbat00 and roberthbailey authored Oct 30, 2021
1 parent e8a60c0 commit ee90c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/terraform/modules/eks/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module "vpc" {
}

module "eks" {
source = "git::github.com/terraform-aws-modules/terraform-aws-eks.git?ref=v12.2.0"
source = "git::github.com/terraform-aws-modules/terraform-aws-eks.git?ref=v17.22.0"
cluster_name = var.cluster_name
subnets = module.vpc.public_subnets
vpc_id = module.vpc.vpc_id
Expand Down

0 comments on commit ee90c38

Please sign in to comment.