From 54417c9241794e413175e249bff4bcc96ec4c120 Mon Sep 17 00:00:00 2001 From: Andrew Kuklewicz Date: Thu, 31 Oct 2024 12:06:31 -0400 Subject: [PATCH] Add missing aws region env var --- spire/templates/apps/dovetail-router.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spire/templates/apps/dovetail-router.yml b/spire/templates/apps/dovetail-router.yml index 2b7c47e1..ef1b59b7 100644 --- a/spire/templates/apps/dovetail-router.yml +++ b/spire/templates/apps/dovetail-router.yml @@ -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