소스 검색

Adds the NAT gateway to vpc-portal

Was required for prod, and dev should match prod.

Required for prod/test in order to reach the us-gov-west-1 SES endpoint.
Fred Damstra [afs macbook] 4 년 전
부모
커밋
5c5770008a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/aws-us-gov/mdr-test-c2/010-vpc-portal/terragrunt.hcl

+ 1 - 0
test/aws-us-gov/mdr-test-c2/010-vpc-portal/terragrunt.hcl

@@ -38,4 +38,5 @@ inputs = {
   tags = {
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
+  enable_nat_gateway = true # Needed for outbound LDAP access
 }