forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple VPCs for a route53_zone (ansible-collections#1300)
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
- Loading branch information
1 parent
15d92a7
commit ae9ff13
Showing
3 changed files
with
311 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- route53_zone - added support for associating multiple VPCs to route53 hosted zones (https://github.com/ansible-collections/amazon.aws/pull/1300). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.