Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 7m17s

This commit is contained in:
doomtube 2026-01-06 04:53:46 -05:00
parent 01bd631af8
commit 3155eacdac
7 changed files with 8 additions and 109 deletions

View file

@ -18,16 +18,6 @@ output "urn" {
value = digitalocean_droplet.forgejo.urn
}
output "volume_id" {
description = "ID of the Forgejo volume"
value = digitalocean_volume.forgejo.id
}
output "volume_name" {
description = "Name of the Forgejo volume"
value = digitalocean_volume.forgejo.name
}
output "dns_record_fqdn" {
description = "FQDN of the DNS record (if managed)"
value = var.manage_dns ? digitalocean_record.forgejo[0].fqdn : null