Skip to content

Commit

Permalink
EKS Module version change (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk0331 authored Aug 1, 2023
1 parent 8a0bea2 commit 037bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data "aws_subnets" "private_secondary" {
}

module "eks" {
source = "github.com/argonautdev/terraform-eks?ref=v17.4.1"
source = "github.com/argonautdev/terraform-eks?ref=v17.4.3"
cluster_name = var.cluster.name
cluster_version = var.cluster.version
wait_for_cluster_timeout = 900
Expand Down

0 comments on commit 037bebf

Please sign in to comment.