Skip to content

Commit

Permalink
Add note about rename to descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jul 4, 2022
1 parent 1b7ec1b commit 585e394
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/community.aws.waf_condition_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Version added: 1.0.0
Synopsis
--------
- Read the AWS documentation for WAF https://aws.amazon.com/documentation/waf/
- Prior to release 5.0.0 this module was called ``community.aws.aws_waf_condition``. The usage did not change.



Expand Down
1 change: 1 addition & 0 deletions docs/community.aws.waf_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Version added: 1.0.0
Synopsis
--------
- Retrieve information for WAF ACLs, Rules, Conditions and Filters.
- Prior to release 5.0.0 this module was called ``community.aws.aws_waf_info``. The usage did not change.



Expand Down
1 change: 1 addition & 0 deletions docs/community.aws.waf_rule_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Version added: 1.0.0
Synopsis
--------
- Read the AWS documentation for WAF https://aws.amazon.com/documentation/waf/.
- Prior to release 5.0.0 this module was called ``community.aws.aws_waf_rule``. The usage did not change.



Expand Down
1 change: 1 addition & 0 deletions docs/community.aws.waf_web_acl_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Synopsis
--------
- Module for WAF classic, for WAF v2 use the *wafv2_** modules.
- Read the AWS documentation for WAF https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html.
- Prior to release 5.0.0 this module was called ``community.aws.aws_waf_web_acl``. The usage did not change.



Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/waf_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
description:
- Read the AWS documentation for WAF
U(https://aws.amazon.com/documentation/waf/)
- Prior to release 5.0.0 this module was called C(community.aws.aws_waf_condition).
The usage did not change.
author:
- Will Thames (@willthames)
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/waf_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
version_added: 1.0.0
description:
- Retrieve information for WAF ACLs, Rules, Conditions and Filters.
- Prior to release 5.0.0 this module was called C(community.aws.aws_waf_info).
The usage did not change.
options:
name:
description:
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/waf_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
description:
- Read the AWS documentation for WAF
U(https://aws.amazon.com/documentation/waf/).
- Prior to release 5.0.0 this module was called C(community.aws.aws_waf_rule).
The usage did not change.
author:
- Mike Mochan (@mmochan)
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/waf_web_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
description:
- Module for WAF classic, for WAF v2 use the I(wafv2_*) modules.
- Read the AWS documentation for WAF U(https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html).
- Prior to release 5.0.0 this module was called C(community.aws.aws_waf_web_acl).
The usage did not change.
author:
- Mike Mochan (@mmochan)
Expand Down

0 comments on commit 585e394

Please sign in to comment.