feat: up to hetzner cloud controller creation
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
output "nat_public_ip" {
|
||||
value = hcloud_server.nat.ipv4_address
|
||||
}
|
||||
|
||||
output "private_network_id" {
|
||||
value = hcloud_network.net.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user