Skip to content

Commit

Permalink
Update dev_guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Sep 13, 2022
1 parent 891d778 commit ccd0d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docsite/rst/dev_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ that should be included into almost all AWS modules:

* ``aws`` - contains the common boto3 connection parameters
* ``ec2`` - contains the common region parameter required for many AWS modules
* ``aws_boto3`` - contains the minimum requirements for the collection
* ``tags`` - contains the common tagging parameters used by many AWS modules

These fragments should be used rather than re-documenting these properties to ensure consistency
Expand All @@ -312,6 +313,7 @@ and that the more esoteric connection options are documented. For example:
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.aws_boto3
'''
.. _ansible_collections.amazon.aws.docsite.dev_exceptions:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cloudtrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.tags
- amazon.aws.aws_boto3
'''

Expand Down

0 comments on commit ccd0d52

Please sign in to comment.