Skip to content

Commit

Permalink
create s3 bucket for lambda deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Sep 3, 2024
1 parent 43c3fb2 commit 2bdc05d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/s3.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"

bucket = "pennlabs-lambda-deployment"
acl = "private"

control_object_ownership = true
object_ownership = "ObjectWriter"
}

0 comments on commit 2bdc05d

Please sign in to comment.