1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

ISSUE #26 Skip Alias recordset for Route53 Provider

This commit is contained in:
Michael McAllister
2018-03-04 18:02:51 +11:00
parent db1ea78e2e
commit 8c1fe707e8
2 changed files with 14 additions and 0 deletions

View File

@@ -313,6 +313,14 @@ class TestRoute53Provider(TestCase):
'Value': '0 issue "ca.unit.tests"',
}],
'TTL': 69,
}, {
'AliasTarget': {
'HostedZoneId': 'Z119WBBTVP5WFX',
'EvaluateTargetHealth': False,
'DNSName': 'unit.tests.'
},
'Type': 'A',
'Name': 'alias.unit.tests.'
}],
'IsTruncated': False,
'MaxItems': '100',