Skip to content

Commit

Permalink
re-add
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Jun 12, 2024
1 parent 2adeff7 commit 3f08c5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "iam" {
source = "./modules/iam"
}

# module "s3" {
# source = "./modules/s3"
# lambda_role_arn = module.iam.iam_lambda_role_arn
# }
module "s3" {
source = "./modules/s3"
lambda_role_arn = module.iam.iam_lambda_role_arn
}
6 changes: 3 additions & 3 deletions infra/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ output "iam_lambda_role_arn" {
value = module.iam.iam_lambda_role_arn
}

# output "playwright_traces_s3_bucket_id" {
# value = module.s3.playwright_traces_s3_bucket_id
# }
output "playwright_traces_s3_bucket_id" {
value = module.s3.playwright_traces_s3_bucket_id
}

0 comments on commit 3f08c5b

Please sign in to comment.