Adding a way of getting the ssh key out for now

This commit is contained in:
shockrah 2024-04-15 18:34:41 -07:00
parent cd42d0c281
commit 1c6fe055f7

View File

@ -0,0 +1,4 @@
output host_ssh_key {
sensitive = true
value = tls_private_key.host.private_key_pem
}