Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ggemre committed Apr 10, 2024
1 parent aaa6a58 commit b01f7cc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions iac/modules/app/content-bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,22 @@ data "aws_iam_policy_document" "static_website" {
type = "AWS"
}

condition {
test = "StringLike"
values = [random_string.cf_key.result]
variable = "aws:Referer"
}
condition {
test = "StringLike"
values = [random_string.cf_key.result]
variable = "aws:Referer"
}
}
# statement {
# sid = "2"
# actions = ["s3:*"]
# resources = ["${aws_s3_bucket.CdnContentBucket.arn}/*"]
#
# principals {
# identifiers = ["*"]
# type = "AWS"
# }
# }
# statement {
# sid = "2"
# actions = ["s3:*"]
# resources = ["${aws_s3_bucket.CdnContentBucket.arn}/*"]
#
# principals {
# identifiers = ["*"]
# type = "AWS"
# }
# }
}

resource "aws_s3_bucket_public_access_block" "content_bucket" {
Expand Down

0 comments on commit b01f7cc

Please sign in to comment.