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:
parent
423b5e475e
commit
2cdbde524b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue