Skip to content

Commit

Permalink
Use the website bucket to store transformed index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Oct 20, 2023
1 parent acf6ae8 commit 230174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ module "step_transform" {
iam_policy_json = data.aws_iam_policy_document.step_transform_iam_policy.json
env = {
REPORT_BUCKET = aws_s3_bucket.scan_results.id
WEBSITE_BUCKET = aws_s3_bucket.scan_results.id
WEBSITE_BUCKET = aws_s3_bucket.website_bucket.id
}
}

Expand Down

0 comments on commit 230174c

Please sign in to comment.