From 1c6fe055f73cbfd90f1baeb47dcd973eb6097665 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 15 Apr 2024 18:34:41 -0700 Subject: [PATCH] Adding a way of getting the ssh key out for now --- infra/static-vultr/output.tf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 infra/static-vultr/output.tf 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 +}