We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba21c83 commit 2a333acCopy full SHA for 2a333ac
infrastructure/terraform/components/app/cloudfront_distribution_main.tf
@@ -66,7 +66,7 @@ resource "aws_cloudfront_distribution" "main" {
66
compress = true
67
68
function_association {
69
- function_arn = module.download_authorizer_lambda.arn
+ function_arn = module.download_authorizer_lambda.function_arn
70
event_type = "origin-request"
71
}
72
0 commit comments