Merge pull request #7302 from a-yiorgos/patch-1

allow the basic example to pass packer validate
pull/7305/head
Megan Marsh 7 years ago committed by GitHub
commit d318f3942b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,11 +84,13 @@ access tokens:
``` json
{
"type": "hcloud",
"token": "YOUR API KEY",
"image": "ubuntu-18.04",
"location": "nbg1",
"server_type": "cx11",
"ssh_username": "root"
"builders": [{
"type": "hcloud",
"token": "YOUR API KEY",
"image": "ubuntu-18.04",
"location": "nbg1",
"server_type": "cx11",
"ssh_username": "root"
}]
}
```

Loading…
Cancel
Save