Skip to content

Commit 8cc493e

Browse files
Comment out cert as suggested by AI
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 452775c commit 8cc493e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

cla-backend/serverless.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)