Skip to content

Commit

Permalink
Fix example in readme
Browse files Browse the repository at this point in the history
`ipconfig0` parameter does not support a space after the comma and needs the CIDR suffix
  • Loading branch information
banzo committed Jun 26, 2019
1 parent c5283ea commit fa59acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private ssh key root
EOF
os_type = "cloud-init"
ipconfig0 = "ip=10.0.2.99, gw=10.0.2.2"
ipconfig0 = "ip=10.0.2.99/16,gw=10.0.2.2"
sshkeys = <<EOF
ssh-rsa AAAAB3NzaC1kj...key1
Expand Down

0 comments on commit fa59acd

Please sign in to comment.