Fixed uses of HostedZone

This commit is contained in:
Terry Cain 2017-10-21 22:41:19 +01:00
commit f247cd0f48
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
3 changed files with 22 additions and 8 deletions

View file

@ -26,7 +26,7 @@ template = {
"myDNSRecord": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneName": {"Ref": "HostedZone"},
"HostedZoneId": {"Ref": "HostedZone"},
"Comment": "DNS name for my instance.",
"Name": "my_record_set",
"Type": "A",