more email infra

This commit is contained in:
whilb 2025-09-02 17:29:49 -07:00
parent bd8a817484
commit d15f0d430f
2 changed files with 48 additions and 0 deletions

View file

@ -18,3 +18,8 @@ variable "route53_zone_id" {
description = "Route53 hosted zone ID for the domain"
type = string
}
variable "aws_account_id" {
description = "AWS Account ID for SES S3 bucket policy"
type = string
}