From 2821021fc21b25b8b8193784bee5e4534a405e41 Mon Sep 17 00:00:00 2001 From: Ben Force Date: Thu, 23 Apr 2020 09:25:58 -0500 Subject: [PATCH] fix: don't use strict check --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 30f2e2e..875d120 100644 --- a/src/index.ts +++ b/src/index.ts @@ -75,7 +75,7 @@ export const templateTags = [ (outputs: AWS.CloudFormation.Outputs, stack) => outputs.concat(stack.Outputs), [] - ).find((output) => output.OutputKey === output); + ).find((output) => output.OutputKey == output); if (!resultOutput?.OutputValue) { throw new Error(