From 2266c71ba0960138613735e2d2a37122bd44b44b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:04:12 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/eks-cluster/aws to v4 --- examples/complete/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index bdac986..e1905e0 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -119,7 +119,7 @@ module "https_sg" { module "eks_cluster" { source = "cloudposse/eks-cluster/aws" - version = "2.8.1" + version = "4.1.0" region = var.region vpc_id = module.vpc.vpc_id