From 51c41255f7649ebcdd8b008175513c8a745da839 Mon Sep 17 00:00:00 2001 From: Olamide Date: Fri, 25 Oct 2024 13:36:13 +0100 Subject: [PATCH] Module Add reference file --- modules/opensearch/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/opensearch/main.tf b/modules/opensearch/main.tf index a5e9609..1ec18de 100644 --- a/modules/opensearch/main.tf +++ b/modules/opensearch/main.tf @@ -1,3 +1,5 @@ +# Based on: https://github.com/terraform-community-modules/tf_aws_elasticsearch + data "aws_region" "current" { count = var.create ? 1 : 0 }