feat: gitea works!
This commit is contained in:
@@ -3,3 +3,9 @@ output "server_ip" {
|
||||
value = hcloud_server.server_instance.ipv4_address
|
||||
sensitive = false
|
||||
}
|
||||
|
||||
output "server_fqdn" {
|
||||
description = "The public domain of the server."
|
||||
value = "${local.subdomain}.${local.domain}"
|
||||
sensitive = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user