Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/terraform/examples/complete/ter…
Browse files Browse the repository at this point in the history
…raform-aws-modules/eks/aws-20.15.0
  • Loading branch information
clouddrove-ci authored Jul 2, 2024
2 parents ce31505 + 0493209 commit dedab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "aws_eks_cluster" "eks_cluster" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.13.0"
version = "20.15.0"

cluster_name = "${local.name}-cluster"
cluster_version = local.cluster_version
Expand Down

0 comments on commit dedab3e

Please sign in to comment.