mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
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
|
||||
data = getattr(self, '_data_for_{}'.format(record_type))(rrset)
|
||||
records[record_name][record_type].append(data)
|
||||
|
||||
Reference in New Issue
Block a user