Merge pull request #7302 from a-yiorgos/patch-1
allow the basic example to pass packer validate
This commit is contained in:
commit
d318f3942b
|
@ -84,11 +84,13 @@ access tokens:
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
"type": "hcloud",
|
"builders": [{
|
||||||
"token": "YOUR API KEY",
|
"type": "hcloud",
|
||||||
"image": "ubuntu-18.04",
|
"token": "YOUR API KEY",
|
||||||
"location": "nbg1",
|
"image": "ubuntu-18.04",
|
||||||
"server_type": "cx11",
|
"location": "nbg1",
|
||||||
"ssh_username": "root"
|
"server_type": "cx11",
|
||||||
|
"ssh_username": "root"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue