mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-27 10:40:10 +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"
 | |
| }
 | 
