Browse Source

Update octodns/provider/route53.py

Co-Authored-By: Ross McFarland <ross@github.com>
pull/430/head
Joshua Hügli 6 years ago
committed by GitHub
parent
commit
b9d0586c7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/route53.py

+ 1
- 1
octodns/provider/route53.py View File

@ -678,7 +678,7 @@ class Route53Provider(BaseProvider):
del_set = self.delegation_set_id
self.log.debug('_get_zone_id: no matching zone, creating, '
'ref=%s', ref)
if self.delegation_set_id:
if del_set:
resp = self._conn.create_hosted_zone(Name=name,
CallerReference=ref,
DelegationSetId=del_set)


Loading…
Cancel
Save