Fixed uses of HostedZone
This commit is contained in:
parent
ae6f9dcb71
commit
f247cd0f48
3 changed files with 22 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue