diff --git a/infra/static-vultr/output.tf b/infra/static-vultr/output.tf new file mode 100644 index 0000000..556065d --- /dev/null +++ b/infra/static-vultr/output.tf @@ -0,0 +1,4 @@ +output host_ssh_key { + sensitive = true + value = tls_private_key.host.private_key_pem +}