feat: nginx proxy manager
This commit is contained in:
@@ -3,3 +3,9 @@ output "proxy_ip" {
|
||||
value = hcloud_server.server_instance.ipv4_address
|
||||
sensitive = false
|
||||
}
|
||||
|
||||
output "network_cidr" {
|
||||
description = "The CIDR of the private network."
|
||||
value = local.network_cidr
|
||||
sensitive = false
|
||||
}
|
||||
Reference in New Issue
Block a user