We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fbd52 commit 2620855Copy full SHA for 2620855
main.tf
@@ -351,7 +351,7 @@ resource "aws_route53_record" "this" {
351
352
resource "aws_cloudfront_response_headers_policy" "this" {
353
count = length(var.s3_cors_rule) > 0 ? 1 : 0
354
- name = "${var.s3_bucket_name} - response headers"
+ name = "${var.s3_bucket_name}-cors"
355
comment = "CloudFront response headers policy using S3 CORS rules"
356
357
cors_config {
0 commit comments