From 2a8c2e51fee3f78a309df3afbb7a9f8cd4a4909d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 19:10:15 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.0 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 0d5e3b9..2e2a7ec 100644 --- a/src/main.tf +++ b/src/main.tf @@ -18,7 +18,7 @@ locals { module "elasticsearch" { source = "cloudposse/elasticsearch/aws" - version = "0.42.0" + version = "0.48.0" security_groups = [local.vpc_default_security_group] vpc_id = local.vpc_id