Quellcode durchsuchen

Missing ses_region in region.hcl

Fred Damstra [afs macbook] vor 3 Jahren
Ursprung
Commit
46726294ce
3 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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"
 }