Skip to content

Commit

Permalink
Update vpn auto subnet schema to import the correct template name. (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
likeulb authored Jun 7, 2018
1 parent 3e01c06 commit 29da04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/v2/vpn_auto_subnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Creating the network and Cloud VPN:

$ gcloud deployment-manager deployments create network-vpn-deployment \
--template vpn-auto-subnet.jinja --project PROJECT_NAME \
--properties "peerIp=PEER_VPN_IP,sharedSecret=SECRET,sourceRanges=PEERED_RANGE"
--properties "peerIp:PEER_VPN_IP,sharedSecret:SECRET,sourceRanges:PEERED_RANGE"

Deleting the network and Cloud VPN

Expand Down
2 changes: 1 addition & 1 deletion examples/v2/vpn_auto_subnet/vpn-auto-subnet.jinja.schema
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:


imports:
- path: network-vpn.jinja
- path: vpn-auto-subnet.jinja

required:
- region
Expand Down

0 comments on commit 29da04f

Please sign in to comment.