mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
11 lines
340 B
HCL
11 lines
340 B
HCL
output "Admin_UI" {
|
|
value = "https://${opentelekomcloud_networking_floatingip_v2.floatip_1.address}:64294"
|
|
}
|
|
|
|
output "SSH_Access" {
|
|
value = "ssh -p 64295 linux@${opentelekomcloud_networking_floatingip_v2.floatip_1.address}"
|
|
}
|
|
|
|
output "Web_UI" {
|
|
value = "https://${opentelekomcloud_networking_floatingip_v2.floatip_1.address}:64297"
|
|
}
|