Created
December 23, 2021 09:21
-
-
Save vranystepan/3d17b95e3053215ea487934f14421cf4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Certificate: | |
Type: AWS::CertificateManager::Certificate | |
Properties: | |
DomainName: !Ref DomainName | |
DomainValidationOptions: | |
- DomainName: !Ref DomainName | |
HostedZoneId: !Ref HostedZoneId | |
ValidationMethod: DNS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment