Skip to content

Commit

Permalink
Merge pull request #7316 from ministryofjustice/chore/remove-vpc-endp…
Browse files Browse the repository at this point in the history
…oint

🔥 Remove S3 VPC endpoint
  • Loading branch information
Jacob Woffenden authored Jul 29, 2024
2 parents 150dd80 + 630f174 commit 532e956
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ module "vpc_endpoints" {
)
},
/* Gateways */
/*
Removing the S3 VPC endpoint while we investigate how APC Airflow workloads can do cross-region actions.
Destination buckets are in eu-west-1.
s3 = {
service = "s3"
service_type = "Gateway"
Expand All @@ -133,6 +136,7 @@ module "vpc_endpoints" {
{ Name = format("%s-s3", module.vpc.name) }
)
}
*/
}

tags = local.tags
Expand Down

0 comments on commit 532e956

Please sign in to comment.