mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #197 from mvermaes/check-route53-against-all-supported-types
Check Route 53 records against all supported types
This commit is contained in:
@@ -461,7 +461,7 @@ class Route53Provider(BaseProvider):
|
||||
record_name = zone.hostname_from_fqdn(rrset['Name'])
|
||||
record_name = _octal_replace(record_name)
|
||||
record_type = rrset['Type']
|
||||
if record_type == 'SOA':
|
||||
if record_type not in self.SUPPORTS:
|
||||
continue
|
||||
if 'AliasTarget' in rrset:
|
||||
# Alias records are Route53 specific and are not
|
||||
|
Reference in New Issue
Block a user