Browse Source

HealthCheckId is required for geo records now

pull/32/head
Ross McFarland 9 years ago
parent
commit
ee6a654054
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      octodns/provider/route53.py

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

@ -90,8 +90,7 @@ class _Route53Record(object):
elif self.geo:
geo = self.geo
rrset['SetIdentifier'] = geo.code
if self.health_check_id:
rrset['HealthCheckId'] = self.health_check_id
rrset['HealthCheckId'] = self.health_check_id
if geo.subdivision_code:
rrset['GeoLocation'] = {
'CountryCode': geo.country_code,


Loading…
Cancel
Save