From 5794a9252f14bd98018e08f2f117a991286f54ab Mon Sep 17 00:00:00 2001 From: George Burton <8233643+gecBurton@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:56:25 +0100 Subject: [PATCH] Update opensearch.tf --- infrastructure/aws/opensearch.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/aws/opensearch.tf b/infrastructure/aws/opensearch.tf index 69d573852..360091cc4 100644 --- a/infrastructure/aws/opensearch.tf +++ b/infrastructure/aws/opensearch.tf @@ -1,4 +1,3 @@ - module "opensearch" { # checkov:skip=CKV_TF_1: We're using semantic versions instead of commit hash # source = "../../../i-dot-ai-core-terraform-modules//modules/infrastructure/rds" # For testing local changes