Skip to content

Commit

Permalink
Add boto3 requirements to route53 module docs (ansible-collections#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr authored Feb 16, 2021
1 parent f2fd498 commit 050a348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
---
module: route53
version_added: 1.0.0
requirements: [ "boto3", "botocore" ]
short_description: add or delete entries in Amazons Route 53 DNS service
description:
- Creates and deletes DNS records in Amazons Route 53 service.
Expand Down

0 comments on commit 050a348

Please sign in to comment.