Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyHacks authored Aug 31, 2023
1 parent d6f20d4 commit be4ced1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aws-lab/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ output "guacamole_credentials" {
description = "Guacamole credentials"
value = var.enable_guacamole == false ? null : data.external.guacamole_credentials[0].result
}

output "flarevm_credentials" {
description = "Default credentials for the PMAT FLARE-VM base AMI. PLEASE CHANGE THESE!"
value = "Administrator:PLEASEchangeThisPassword123"
}

output "remnux_credentials" {
description = "Default credentials for the PMAT REMnux base AMI. PLEASE CHANGE THESE!"
value = "remnux:malware"
}

0 comments on commit be4ced1

Please sign in to comment.