mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Update a now stale comment on Route53 provider about healthchecks
This commit is contained in:
@@ -556,7 +556,7 @@ class Route53Provider(BaseProvider):
|
||||
record._type, record.name)
|
||||
for id, health_check in self.health_checks.items():
|
||||
if not health_check['CallerReference'].startswith(expected_ref):
|
||||
# not a version & type match, ignore
|
||||
# not match, ignore
|
||||
continue
|
||||
if self._health_check_equivilent(healthcheck_host,
|
||||
healthcheck_path,
|
||||
|
Reference in New Issue
Block a user