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

Commit

Permalink
Update Terraform terraform-aws-modules/eks/aws to v18.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 10, 2022
1 parent 0f192e1 commit 9664df1
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.27.1"
create = var.is_eks_enabled
cluster_name = "${var.prefix}-cluster"
cluster_version = "1.21"
Expand Down

0 comments on commit 9664df1

Please sign in to comment.