6 lines
132 B
HCL
6 lines
132 B
HCL
output "server_ip" {
|
|
description = "Server floating IP"
|
|
value = module.controlplane.floating_ip[0]
|
|
sensitive = true
|
|
}
|