Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New AWS module mod_defaults - wafv2 modules #73975

Merged
merged 2 commits into from Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/wafv2-mod-defaults.yml
@@ -0,0 +1,2 @@
minor_changes:
- aws module_defaults - add wafv2_ip_set, wafv2_ip_set_info, wafv2_resources, wafv2_resources_info, wafv2_rule_group, wafv2_rule_group_info, wafv2_web_acl, wafv2_web_acl_info
16 changes: 16 additions & 0 deletions lib/ansible/config/module_defaults.yml
Expand Up @@ -500,6 +500,22 @@ groupings:
- aws
sts_session_token:
- aws
wafv2_ip_set:
- aws
wafv2_ip_set_info:
- aws
wafv2_resources:
- aws
wafv2_resources_info:
- aws
wafv2_rule_group:
- aws
wafv2_rule_group_info:
- aws
wafv2_web_acl:
- aws
wafv2_web_acl_info:
- aws
gcp_compute_address:
- gcp
gcp_compute_address_facts:
Expand Down