Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Aug 29, 2021
1 parent 981747f commit 9d265d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 9d265d3

Please sign in to comment.