Skip to content

Commit

Permalink
AUT-3690: Remove unsupported nested if from basic-auth sidecar defini…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
monhaque committed Nov 26, 2024
1 parent 64f7d33 commit 25802ac
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions cloudformation/deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,20 +950,12 @@ Resources:
- SwitchToMigratedZone
- !FindInMap [
EnvironmentConfiguration,
!If [
UseSubEnvironment,
!Ref SubEnvironment,
!Ref Environment,
],
!Ref Environment,
migratedDomain,
]
- !FindInMap [
EnvironmentConfiguration,
!If [
UseSubEnvironment,
!Ref SubEnvironment,
!Ref Environment,
],
!Ref Environment,
transitionalDomain,
]
Secrets:
Expand Down

0 comments on commit 25802ac

Please sign in to comment.