Skip to content

Commit

Permalink
Add minimum botocore version and remove any docs references to needin…
Browse files Browse the repository at this point in the history
…g older versions
  • Loading branch information
tremble committed May 6, 2021
1 parent 2889ab7 commit 66b6f0f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion plugins/doc_fragments/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ModuleDocFragment(object):
requirements:
- python >= 3.6
- boto3
- botocore
- botocore >= 1.16.0
notes:
- If parameters are not set within the module, the following
environment variables can be used in decreasing order of precedence
Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/aws_account_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
requirements:
- python >= 3.6
- boto3
- botocore
- botocore >= 1.16.0
extends_documentation_fragment:
- amazon.aws.aws_credentials
- amazon.aws.aws_region
Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/aws_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
requirements:
- python >= 3.6
- boto3
- botocore >= 1.10.0
- botocore >= 1.16.0
extends_documentation_fragment:
- amazon.aws.aws_credentials
- amazon.aws.aws_region
Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
requirements:
- python >= 3.6
- boto3
- botocore
- botocore >= 1.16.0
short_description: Get the value for a SSM parameter or all parameters under a path.
description:
- Get the value for an Amazon Simple Systems Manager parameter or a hierarchy of parameters.
Expand Down
2 changes: 0 additions & 2 deletions plugins/modules/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
description:
- This module allows the user to manage S3 buckets and the objects within them. Includes support for creating and
deleting both objects and buckets, retrieving objects as files or strings and generating download links.
This module has a dependency on boto3 and botocore.
options:
bucket:
description:
Expand Down Expand Up @@ -117,7 +116,6 @@
dualstack:
description:
- Enables Amazon S3 Dual-Stack Endpoints, allowing S3 communications using both IPv4 and IPv6.
- Requires at least botocore version 1.4.45.
type: bool
default: false
rgw:
Expand Down
7 changes: 1 addition & 6 deletions plugins/modules/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
type: str
termination_protection:
description:
- Enable or disable termination protection on the stack. Only works with botocore >= 1.7.18.
- Enable or disable termination protection on the stack.
type: bool
template_body:
description:
Expand Down Expand Up @@ -174,11 +174,6 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 3.6
- boto3
- botocore >= 1.5.45
'''

EXAMPLES = '''
Expand Down

0 comments on commit 66b6f0f

Please sign in to comment.