You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Environment here are for infra application via CI
23
+
INFRA_TEAM=hotosm # [optional] if you want to override the team name
24
+
ACM_TLS_CERT_FRONTEND_ARN=arn:aws:acm:EU-east-66:123456789:certificate/ARN_EXAMPLE # [optional] ACM certificate for FRONTEND
25
+
ACM_TLS_CERT_BACKEND_ARN=arn:aws:acm:EU-east-66:123456789:certificate/ARN_EXAMPLE # [optional] ACM certificate for BACKEND
26
+
CLOUDFRONT_DIST_ALIASES="tasks.example.com more.example.com more2.example.com" # [optional] hostname for cloudfront. Your ACM should support it else fails.
0 commit comments