Last active
November 20, 2022 19:58
-
-
Save tonyOreglia/038fcf71b4d4eba2d6b4a6294902731b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
TonyCodesDNSCertificate: | |
Type: AWS::CertificateManager::Certificate | |
Properties: | |
CertificateTransparencyLoggingPreference: DISABLED | |
DomainName: tonycodes.com | |
DomainValidationOptions: | |
- DomainName: tonycodes.com | |
HostedZoneId: Z05106722AGOCZ1FSFD3D | |
ValidationMethod: DNS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment