Skip to content

Commit

Permalink
route53_zone: fix the private zone creation example (ansible#33995)
Browse files Browse the repository at this point in the history
Creating a private hosted zone requires both `vpc_id` as well as `vpc_region`
  • Loading branch information
prasadkatti authored and s-hertel committed Dec 18, 2017
1 parent 423b5e4 commit 2cdbde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/amazon/route53_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
zone: devel.example.com
state: present
vpc_id: '{{ myvpc_id }}'
vpc_region: us-west-2
comment: developer domain
# more complex example
Expand Down

0 comments on commit 2cdbde5

Please sign in to comment.