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

@ -55,11 +55,6 @@ output "forgejo_private_ip" {
value = module.forgejo.private_ip
}
output "forgejo_volume_id" {
description = "ID of the Forgejo volume"
value = module.forgejo.volume_id
}
output "forgejo_ssh_port" {
description = "System SSH port for Forgejo (VPC only)"
value = var.forgejo_ssh_port