Skip to content

Commit

Permalink
Add the temporary admin password as an output for the module
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotles committed Mar 18, 2020
1 parent f74b715 commit bd858f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ output "public_ips" {
value = local.all_nodes.*.public_ip
description = "EC2 instance public IPs (if set)"
}

output "temp_admin_password" {
value = aws_instance.leader_node.id
description = "Temporary admin password for the Web UI and API"
}

0 comments on commit bd858f6

Please sign in to comment.