Adding a way of getting the ssh key out for now
This commit is contained in:
parent
cd42d0c281
commit
1c6fe055f7
4
infra/static-vultr/output.tf
Normal file
4
infra/static-vultr/output.tf
Normal file
@ -0,0 +1,4 @@
|
||||
output host_ssh_key {
|
||||
sensitive = true
|
||||
value = tls_private_key.host.private_key_pem
|
||||
}
|
Loading…
Reference in New Issue
Block a user