Skip to content

Commit

Permalink
Add missing aws region env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Oct 31, 2024
1 parent 221c4b2 commit 54417c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spire/templates/apps/dovetail-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,8 @@ Resources:
Value: !Ref EnvironmentTypeAbbreviation
- Name: AWS_DEFAULT_REGION
Value: !Ref AWS::Region
- Name: AWS_REGION
Value: !Ref AWS::Region
- Name: REDIS_HOST
Value: !Ref SharedRedisReplicationGroupEndpointAddress
- Name: REDIS_PORT
Expand Down

0 comments on commit 54417c9

Please sign in to comment.