Skip to content

Commit

Permalink
ajuste pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa committed Jul 18, 2023
1 parent 82a6be1 commit 52c291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_s3/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_cloudfront_distribution" "cloudfront" {
default_root_object = var.cloudfront_default_root_object
http_version = var.cloudfront_http_version

aliases = var.cdn_domain
aliases = [var.cdn_domain]
origin {
origin_id = aws_s3_bucket.bucket.id
origin_access_control_id = aws_cloudfront_origin_access_control.cloudfront_acl.id
Expand Down

0 comments on commit 52c291a

Please sign in to comment.