Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/eks/aws to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Apr 10, 2024
1 parent a62a517 commit 11c07ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ provider "aws" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 19.0"
version = "~> 20.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down

0 comments on commit 11c07ac

Please sign in to comment.