Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update Terraform terraform-aws-modules/eks/aws to v18.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 15, 2022
1 parent 600ae50 commit 2d4d871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/monitoring_platform/eks.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "monitoring_alerting_cluster" {
source = "terraform-aws-modules/eks/aws"
version = "18.26.6"
version = "18.30.2"
create = var.is_eks_enabled
cluster_name = "${var.prefix}-cluster"
cluster_version = "1.21"
Expand Down

0 comments on commit 2d4d871

Please sign in to comment.