Skip to content

Commit 2620855

Browse files
committed
chore(naming): Edit response headers name
1 parent 14fbd52 commit 2620855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ resource "aws_route53_record" "this" {
351351

352352
resource "aws_cloudfront_response_headers_policy" "this" {
353353
count = length(var.s3_cors_rule) > 0 ? 1 : 0
354-
name = "${var.s3_bucket_name} - response headers"
354+
name = "${var.s3_bucket_name}-cors"
355355
comment = "CloudFront response headers policy using S3 CORS rules"
356356

357357
cors_config {

0 commit comments

Comments
 (0)