added requires for botocore with RoleARN support

Added a requires for the minimum botocore version required to support RoleARN
This commit is contained in:
Sean Summers 2016-11-09 04:16:18 -05:00 committed by Matt Clay
parent 67934ac7db
commit 59b11be65d

View file

@ -107,6 +107,7 @@ author: "James S. Martin (@jsmartin)"
extends_documentation_fragment:
- aws
- ec2
requires: [ botocore>=1.4.57 ]
'''
EXAMPLES = '''