Skip to content

Commit

Permalink
chore(kubernetes): update terraform terraform-aws-modules/eks/aws to …
Browse files Browse the repository at this point in the history
…v20.24.3 (#19541)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 8370bac commit 8cbb4cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module "amazon_s3_csi_driver_mountpoint_iam_role" {
module "amazon_eks_cluster" {
providers = { aws = aws.production }
source = "terraform-aws-modules/eks/aws"
version = "20.24.2"
version = "20.24.3"
cluster_name = local.amazon_eks_cluster_name
cluster_version = "1.30"
cluster_addons = {
Expand Down

0 comments on commit 8cbb4cd

Please sign in to comment.