microOS eth1 still down

This commit is contained in:
Karim Naufal
2022-02-05 01:22:35 +01:00
parent 3f0f0ca705
commit 623954e5ef
6 changed files with 34 additions and 4 deletions

View File

@@ -1,9 +0,0 @@
output "controlplanes_public_ip" {
value = concat([hcloud_server.first_control_plane.ipv4_address], hcloud_server.control_planes.*.ipv4_address)
description = "The public IP addresses of the controlplane server."
}
output "agents_public_ip" {
value = hcloud_server.agents.*.ipv4_address
description = "The public IP addresses of the agent server."
}