-
Notifications
You must be signed in to change notification settings - Fork 398
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
Rename WAF (v1) modules #1299
Rename WAF (v1) modules #1299
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Support multiple VPCs for a route53_zone SUMMARY Added support for multiple VPCs to be applied to route53_zone module Fixes ansible-collections#1299 ISSUE TYPE Feature Pull Request COMPONENT NAME route53_zone ADDITIONAL INFORMATION - name: create zone amazon.aws.route53_zone: zone: mynewzone.sandbox.example.com state: present vpcs: - id: vpc-123456 region: eu-west-2 - id: vpc-234567 region: eu-west-2 Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis
SUMMARY
In line with the new naming guidelines drop "aws_" from the start of the WAFv1 modules
ISSUE TYPE
COMPONENT NAME
plugins/modules/aws_waf_condition.py
plugins/modules/aws_waf_info.py
plugins/modules/aws_waf_rule.py
plugins/modules/aws_waf_web_acl.py
plugins/modules/waf_condition.py
plugins/modules/waf_info.py
plugins/modules/waf_rule.py
plugins/modules/waf_web_acl.py
ADDITIONAL INFORMATION