We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7434e9d commit 096dfa4Copy full SHA for 096dfa4
outputs.tf
@@ -32,3 +32,8 @@ output "public_ipv4_list" {
32
description = "List of public IPv4 addresses of all control plane nodes"
33
value = local.control_plane_public_ipv4_list
34
}
35
+
36
+output "hetzner_network_id" {
37
+ description = "Network ID of the network created at cluster creation"
38
+ value = hcloud_network.this.id
39
+}
0 commit comments