Skip to content

Commit

Permalink
add env variable into infrastructure template
Browse files Browse the repository at this point in the history
  • Loading branch information
di-fabs committed Apr 2, 2024
1 parent b386fea commit 2618997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Resources:
- IsProd
- https://auth.account.gov.uk
- !Sub https://auth.${Environment}.account.gov.uk
- Name: LANGUAGE_TOGGLE
Value: 0
Secrets:
- Name: API_KEY
ValueFrom: !Sub arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:/${Environment}/frontend-api-key
Expand Down

0 comments on commit 2618997

Please sign in to comment.