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 }