Skip to content

Commit

Permalink
ci: remove cors todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chill389cc committed Apr 10, 2024
1 parent a79c22c commit 372eccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iac/modules/app/content-bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ variable "s3_bucket_name" {
description = "Name of S3 bucket for website"
}

# TODO possibly add allow CORS
resource "aws_s3_bucket" "CdnContentBucket" {
bucket = "${var.cdn_name}-${var.env}-contents-${data.aws_region.current.name}-${data.aws_caller_identity.current.account_id}-temp"
}
Expand Down

0 comments on commit 372eccc

Please sign in to comment.