From 764fa19da870f8edd7ca0cb81af7f4bb7de79c92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:47:11 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/elasticsearch/aws to v1.3.0 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 9fbd7da..5a7a179 100644 --- a/src/main.tf +++ b/src/main.tf @@ -18,7 +18,7 @@ locals { module "elasticsearch" { source = "cloudposse/elasticsearch/aws" - version = "1.2.0" + version = "1.3.0" security_groups = [local.vpc_default_security_group] vpc_id = local.vpc_id