mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
7 lines
147 B
HCL
7 lines
147 B
HCL
output "db1_public_ip" {
|
|
value = hcloud_server.db1.ipv4_address
|
|
}
|
|
|
|
output "backend1_public_ip" {
|
|
value = hcloud_server.backend1.ipv4_address
|
|
}
|