Skip to content

Commit fdda32d

Browse files
committed
Keep on trying.
1 parent 2e8cac7 commit fdda32d

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

infrastructure/cloudformation-template.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,22 @@ Resources:
108108
ImageConfiguration:
109109
Port: '3001'
110110
RuntimeEnvironmentVariables:
111-
NODE_ENV: !Ref Environment
112-
RDS_HOSTNAME: !Ref RDSHostname
113-
RDS_PORT: !Ref RDSPort
114-
RDS_DATABASE: !Ref RDSDatabase
115-
RDS_USERNAME: !Ref RDSUsername
116-
RDS_PASSWORD: !Ref RDSPassword
117-
DB_SSL: 'true'
118-
PORT: '3001'
111+
- Name: NODE_ENV
112+
Value: !Ref Environment
113+
- Name: RDS_HOSTNAME
114+
Value: !Ref RDSHostname
115+
- Name: RDS_PORT
116+
Value: !Ref RDSPort
117+
- Name: RDS_DATABASE
118+
Value: !Ref RDSDatabase
119+
- Name: RDS_USERNAME
120+
Value: !Ref RDSUsername
121+
- Name: RDS_PASSWORD
122+
Value: !Ref RDSPassword
123+
- Name: DB_SSL
124+
Value: 'true'
125+
- Name: PORT
126+
Value: '3001'
119127
ImageRepositoryType: ECR
120128
AutoDeploymentsEnabled: true
121129
AuthenticationConfiguration:

0 commit comments

Comments
 (0)