diff --git a/output.tf b/output.tf index 80ec78b..e6b81df 100644 --- a/output.tf +++ b/output.tf @@ -149,7 +149,7 @@ output "wireguard_vpn_hostname" { } output "wireguard_ssh_private_key" { - description = "Private SSH key for Nexus Server" + description = "Private SSH key for Wireguard Server" value = tls_private_key.wireguard_provisioner_key.private_key_pem sensitive = true } \ No newline at end of file