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:
Prasad Katti 2017-12-18 22:32:53 +05:30 committed by Sloane Hertel
parent 423b5e475e
commit 2cdbde524b

View file

@ -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