From 5d61c0d1e244b714f478997d57b065b87f89d82e Mon Sep 17 00:00:00 2001 From: pawan kushwaha <144677445+pskushwaha1@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:27:02 +0000 Subject: [PATCH] AUT-3982: Enable IPV for authdevs in new frontend (#2488) --- cloudformation/deploy/template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cloudformation/deploy/template.yaml b/cloudformation/deploy/template.yaml index 859be32dc..fe71f7544 100644 --- a/cloudformation/deploy/template.yaml +++ b/cloudformation/deploy/template.yaml @@ -102,6 +102,12 @@ Conditions: - Fn::Equals: - !Ref Environment - "staging" + - Fn::Equals: + - !Ref Environment + - "authdev1" + - Fn::Equals: + - !Ref Environment + - "authdev2" UseSubEnvironment: Fn::And: