소스 검색

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"
 }