added requires for botocore with RoleARN support
Added a requires for the minimum botocore version required to support RoleARN
This commit is contained in:
parent
67934ac7db
commit
59b11be65d
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ author: "James S. Martin (@jsmartin)"
|
|||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
requires: [ botocore>=1.4.57 ]
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue