Skip to content

Commit

Permalink
sanity check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marknet15 committed Jan 28, 2022
1 parent de35246 commit d7a55ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/route53_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def _paginated_result(paginator_name, **params):
paginator = client.get_paginator(paginator_name)
return paginator.paginate(**params).build_full_result()


def get_hosted_zone():
params = dict()

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/route53_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def _list_zones():
paginator = client.get_paginator('list_hosted_zones')
return paginator.paginate().build_full_result()


def find_zones(zone_in, private_zone):
try:
results = _list_zones()
Expand Down

0 comments on commit d7a55ef

Please sign in to comment.