瀏覽代碼

Missing ses_region in region.hcl

Fred Damstra [afs macbook] 3 年之前
父節點
當前提交
46726294ce
共有 3 個文件被更改,包括 3 次插入0 次删除
  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"
 }