Skip to content

Commit

Permalink
add new
Browse files Browse the repository at this point in the history
  • Loading branch information
ad869 committed Mar 19, 2021
1 parent 8df8b93 commit 0190455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resource "aws_cloudfront_distribution" "s3_distribution" {
lambda_function_association {
event_type = "viewer-request"
include_body = false
lambda_arn = lambda_function_association.value
lambda_arn = ordered_cache_behavior.value
}

min_ttl = 0
Expand Down

0 comments on commit 0190455

Please sign in to comment.