Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 13, 2023
1 parent 345e033 commit 2964152
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions terraform/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ resource "aws_cloudfront_origin_request_policy" "default" {
}
}

resource "aws_cloudfront_origin_access_control" "oac" {
name = module.s3_public.id
description = ""
origin_access_control_origin_type = "s3"
signing_behavior = "always"
signing_protocol = "sigv4"
}

resource "aws_cloudfront_origin_access_control" "s3" {
name = "s3-always-signv4"
description = ""
Expand Down

0 comments on commit 2964152

Please sign in to comment.