Skip to content

Commit

Permalink
Merge pull request #70 from god-dev-team/dependabot/terraform/eks-vpc…
Browse files Browse the repository at this point in the history
…/terraform-aws-modules/eks/aws-18.2.3

Bump terraform-aws-modules/eks/aws from 18.2.1 to 18.2.3 in /eks-vpc
  • Loading branch information
timurgaleev authored Jan 25, 2022
2 parents 103cd9d + d310e3b commit a64655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-vpc/modules/kubernetes/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "eks" {

source = "terraform-aws-modules/eks/aws"
version = "18.2.1"
version = "18.2.3"
cluster_name = var.cluster_name
cluster_version = var.cluster_version
subnets = var.private_subnets
Expand Down

0 comments on commit a64655d

Please # to comment.