Add Open Telekom Cloud Terraform Deployment

This commit is contained in:
Sebastian Haderecker
2020-03-25 16:03:10 +01:00
parent a73f34490d
commit f69455a3b0
6 changed files with 168 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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"
}