Refactor
This commit is contained in:
9
terraform/outputs.tf
Normal file
9
terraform/outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
output "wg_server_ipv4_address" {
|
||||
value = hcloud_server.wg_server.ipv4_address
|
||||
description = "IPv4 address"
|
||||
}
|
||||
|
||||
output "wg_server_ipv6_address" {
|
||||
value = hcloud_server.wg_server.ipv6_address
|
||||
description = "IPv6 address"
|
||||
}
|
Reference in New Issue
Block a user