Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 7m17s
All checks were successful
Build and Push / build-all (push) Successful in 7m17s
This commit is contained in:
parent
01bd631af8
commit
3155eacdac
7 changed files with 8 additions and 109 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue