Bläddra i källkod

Missing ses_region in region.hcl

Fred Damstra [afs macbook] 3 år sedan
förälder
incheckning
46726294ce
3 ändrade filer med 3 tillägg och 0 borttagningar
  1. 1 0
      common/aws/region.hcl
  2. 1 0
      prod/aws/region.hcl
  3. 1 0
      test/aws/region.hcl

+ 1 - 0
common/aws/region.hcl

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

+ 1 - 0
prod/aws/region.hcl

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

+ 1 - 0
test/aws/region.hcl

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