Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/eks/aws to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Feb 2, 2024
1 parent 18977f7 commit 9732550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/aws/eks.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 19.0"
version = "~> 20.0"

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

0 comments on commit 9732550

Please sign in to comment.