I would like to be able to retrieve the internal IP addresses of servers that are assigned to a subnet in hcloud_server_network.
Use case: I try to migrate my local bind zones to terraform so I can use my hcloud and hetzner_dns data for it and this feature would come in handy.
Example
Data Source
data "hcloud_server_network" "subnet_1" {
id = "1234"
}
data "hcloud_server_network" "subnet_2" {
network_id = "1234"
}
data "hcloud_server_network" "subnet_3" {
server_id = "1234"
}
What whould you like to see?
I would like to be able to retrieve the internal IP addresses of servers that are assigned to a subnet in
hcloud_server_network
. Use case: I try to migrate my local bind zones to terraform so I can use my hcloud and hetzner_dns data for it and this feature would come in handy.Example
Data Source
Returns
List of
server_network
(?)