Adds SES region for prod
@@ -6,5 +6,6 @@
# At some point, this may need to be added as a hierarchical directory when we move to additional regions.
locals {
aws_region = "us-gov-east-1"
+ ses_region = "us-gov-west-1"
region_tags = { }
}