Explorar o código

Merge pull request #108 from mdr-engineering/feature/ftd_na_ses_region_for_prod

Adds SES region for prod
Frederick Damstra %!s(int64=4) %!d(string=hai) anos
pai
achega
d3673b1365
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      prod/aws-us-gov/region.hcl

+ 1 - 0
prod/aws-us-gov/region.hcl

@@ -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 = { }
 }