From fa59acd3f638eed8aa122ba1a84c678e60f618b5 Mon Sep 17 00:00:00 2001 From: banzo Date: Wed, 26 Jun 2019 15:16:56 +0200 Subject: [PATCH] Fix example in readme `ipconfig0` parameter does not support a space after the comma and needs the CIDR suffix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6777172..ade8b2c 100644 --- a/README.md +++ b/README.md @@ -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 = <