File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -724,14 +724,14 @@ resources:
724724 RestApiId :
725725 Ref : ' ApiGatewayRestApi'
726726
727- Cert :
728- Type : AWS::CertificateManager::Certificate
729- Condition : ShouldGenerateCertificate
730- Properties :
731- DomainName : ${self:custom.product.domain.name.${sls:stage}, self:custom.product.domain.name.other}
732- SubjectAlternativeNames :
733- - ${self:custom.product.domain.alt.${sls:stage}, self:custom.product.domain.alt.other}
734- ValidationMethod : DNS
727+ # Cert:
728+ # Type: AWS::CertificateManager::Certificate
729+ # Condition: ShouldGenerateCertificate
730+ # Properties:
731+ # DomainName: ${self:custom.product.domain.name.${sls:stage}, self:custom.product.domain.name.other}
732+ # SubjectAlternativeNames:
733+ # - ${self:custom.product.domain.alt.${sls:stage}, self:custom.product.domain.alt.other}
734+ # ValidationMethod: DNS
735735
736736 Outputs :
737737 APIGatewayRootResourceID :
You can’t perform that action at this time.
0 commit comments