route53_zone: fix the private zone creation example (#33995)

Creating a private hosted zone requires both `vpc_id` as well as `vpc_region`
pull/34000/head
Prasad Katti 7 years ago 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

Loading…
Cancel
Save