Skip to content

Commit

Permalink
Merge pull request #2366 from govuk-one-login/AUT-3690-fix-mapping
Browse files Browse the repository at this point in the history
AUT-3690: Remove unsupported nested if from basic-auth sidecar definition
  • Loading branch information
monhaque authored Nov 27, 2024
2 parents 64f7d33 + 25802ac commit ff4a636
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 ff4a636

Please sign in to comment.