Skip to content

Commit

Permalink
refactor: have management_password just be the password
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <[email protected]>
  • Loading branch information
cprivitere committed Sep 3, 2024
1 parent 53b0f58 commit 136b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output "management_public_ip" {
output "management_password" {
description = "Randomly generated password used for the Admin accounts on the management host."
sensitive = true
value = "Management Host Admin password: ${random_password.management.result}\n"
value = random_password.management.result
}

output "next_steps" {
Expand Down

0 comments on commit 136b49e

Please sign in to comment.