From 25ebb3c40500621fc4be3f94cddc6cfcd1b96b50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:05:06 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/elasticsearch/aws to v1 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index e7b6a56..01aa954 100644 --- a/src/main.tf +++ b/src/main.tf @@ -18,7 +18,7 @@ locals { module "elasticsearch" { source = "cloudposse/elasticsearch/aws" - version = "0.50.0" + version = "1.0.0" security_groups = [local.vpc_default_security_group] vpc_id = local.vpc_id