Change userdata key in cmd src

Signed-off-by: Preston Holmes <preston@ptone.com>
This commit is contained in:
Preston Holmes 2019-05-15 14:01:03 -07:00
parent d11404ca97
commit 00b0f8fa90
No known key found for this signature in database
GPG Key ID: 24AB1AB2A01FB59A

View File

@ -266,7 +266,7 @@ func (g GCPClient) CreateInstance(name, image, zone, machineType string, disks D
Value: sshKey,
},
{
Key: "userdata",
Key: "user-data",
Value: data,
},
},