mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
route53_zone: fix the private zone creation example (#33995)
Creating a private hosted zone requires both `vpc_id` as well as `vpc_region`
This commit is contained in:
committed by
Sloane Hertel
parent
423b5e475e
commit
2cdbde524b
@@ -81,6 +81,7 @@ EXAMPLES = '''
|
||||
zone: devel.example.com
|
||||
state: present
|
||||
vpc_id: '{{ myvpc_id }}'
|
||||
vpc_region: us-west-2
|
||||
comment: developer domain
|
||||
|
||||
# more complex example
|
||||
|
||||
Reference in New Issue
Block a user