Skip to content

Commit c2bd848

Browse files
authored
Merge pull request #1 from robbrad/feature/hotelchange
Feature/hotelchange
2 parents 3c69bf4 + b142ccc commit c2bd848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Resources:
106106
- Name: DYNAMODB_TABLE_NAME
107107
Value: !Ref RoomsTable
108108
- Name: HOTEL_NAME
109-
Value: !Ref HotelName
109+
Value: !Sub ${HotelName}-${Environment}-2
110110
AuthenticationConfiguration:
111111
AccessRoleArn: !GetAtt AppRunnerECRAccessRole.Arn
112112
InstanceConfiguration:

0 commit comments

Comments
 (0)