2022-04-08 11:43:01 +02:00

6 lines
132 B
HCL

output "server_ip" {
description = "Server floating IP"
value = module.controlplane.floating_ip[0]
sensitive = true
}