mirror of
https://github.com/elisspace/Wakanda-Forever.git
synced 2026-08-29 15:44:11 +00:00
13 lines
454 B
HCL
13 lines
454 B
HCL
output "Guacamole-Dashboard-Access" {
|
|
value = "http://${aws_instance.guac-server.public_ip}:8080/guacamole"
|
|
description = "URL of Guacamole Dashboard. Access this at <ip-address:8080/guacamole>"
|
|
}
|
|
|
|
output "Guacozy-Dashboard-Access" {
|
|
value = "https://${aws_instance.guac-server.public_ip}"
|
|
description = "URL of Guacozy Dashboard. Access this at <https:ip-address>"
|
|
}
|
|
|
|
output "timestamp" {
|
|
value = formatdate("hh:mm", timestamp())
|
|
} |