mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove decryption of ssl param
This commit is contained in:
parent
d87368c756
commit
9a874e91bf
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ custom:
|
|||
customDomain:
|
||||
domainName: api-${self:provider.environment.ENVIRONMENT}.${self:provider.environment.DOMAIN_NAME}
|
||||
createRoute53Record: true
|
||||
certificateArn: ${ssm:/ssl_certificate_arn~true}
|
||||
certificateArn: ${ssm:/ssl_certificate_arn}
|
||||
|
||||
functions:
|
||||
app:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue