generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔧 Move Lambda to VPC * 🔧 Add security groups * 🎨 Update names and descriptions * 🔧 Update Lambdas to use specific security groups * WIP * Correct typo * 🔧 Add Secrets Manager VPC Endpoint * Update terraform/environments/analytical-platform-ingestion/lambda-functions.tf Co-authored-by: Jacob Woffenden <[email protected]> * Update all egress ranges Signed-off-by: Jacob Woffenden <[email protected]> --------- Signed-off-by: Jacob Woffenden <[email protected]> Co-authored-by: Jacob Woffenden <[email protected]>
- Loading branch information
Showing
5 changed files
with
87 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
data "aws_availability_zones" "available" {} | ||
|
||
data "aws_prefix_list" "s3" { | ||
name = "com.amazonaws.eu-west-2.s3" | ||
|
||
depends_on = [module.vpc_endpoints] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters