Skip to content

Commit

Permalink
AUT-3982: Enable IPV for authdevs in new frontend (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskushwaha1 authored Jan 17, 2025
1 parent eaed997 commit 5d61c0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudformation/deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ Conditions:
- Fn::Equals:
- !Ref Environment
- "staging"
- Fn::Equals:
- !Ref Environment
- "authdev1"
- Fn::Equals:
- !Ref Environment
- "authdev2"

UseSubEnvironment:
Fn::And:
Expand Down

0 comments on commit 5d61c0d

Please sign in to comment.