Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Aug 30, 2024
1 parent 6d0cf46 commit 7cd0202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/rustc-perf/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module "static_website" {
domain_name = "perf-data.rust-lang.org"
origin_domain_name = aws_s3_bucket.bucket.bucket_regional_domain_name
origin_access_identity = aws_cloudfront_origin_access_identity.bucket.cloudfront_access_identity_path
response_policy_id = todo
// todo
response_policy_id = data.terraform_remote_state.shared.outputs.mdbook_response_policy
}

resource "aws_iam_user" "s3" {
Expand Down

0 comments on commit 7cd0202

Please sign in to comment.