terraform-hcloud-kube-hetzner/templates/config.ign.tpl

16 lines
198 B
Smarty
Raw Normal View History

2022-02-05 01:22:35 +01:00
{
"ignition": {
"version": "3.0.0"
},
"passwd": {
"users": [
{
"name": "root",
"sshAuthorizedKeys": [
"${ssh_public_key}"
]
}
]
}
}