Adding a way of getting the ssh key out for now
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user