terraform-hcloud-kube-hetzner/templates/config.ign.tpl
2022-02-05 01:22:35 +01:00

16 lines
198 B
Smarty

{
"ignition": {
"version": "3.0.0"
},
"passwd": {
"users": [
{
"name": "root",
"sshAuthorizedKeys": [
"${ssh_public_key}"
]
}
]
}
}