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 5300b5e commit a17c188
Showing 1 changed file with 2 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

0 comments on commit a17c188

Please sign in to comment.