@@ -24,10 +24,7 @@ resource "hcloud_server" "agents" {
}
provisioner "file" {
content = templatefile("${path.module}/templates/config.ign.tpl", {
name = self.name
ssh_public_key = local.ssh_public_key
})
content = local.ignition_config
destination = "/root/config.ign"
The note is not visible to the blocked user.