Deployed version of Documenso.

This commit is contained in:
Patrick Fic
2026-03-26 14:57:09 -07:00
parent 7dab60e3bc
commit 220b1c7968
7 changed files with 7041 additions and 27 deletions

View File

@@ -29,8 +29,8 @@ output "secrets_manager_secret_name" {
}
output "ses_identity_domain" {
description = "SES domain verified for outbound mail."
value = aws_ses_domain_identity.this.domain
description = "SES domain used for outbound mail."
value = local.ses_domain
}
output "upload_bucket_name" {