From 75fa825e8c13c7bea2d876a22663acd1935f5b22 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Fri, 20 Jan 2017 11:27:46 -0600 Subject: [PATCH] fix docs --- .../providers/aws/r/cloudfront_distribution.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown b/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown index 31413ef054..b1485605fa 100644 --- a/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown +++ b/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown @@ -174,7 +174,7 @@ of several sub-resources - these resources are laid out below. * `forwarded_values` (Required) - The [forwarded values configuration](#forwarded-values-arguments) that specifies how CloudFront handles query strings, cookies and headers (maximum one). - * `lambda_function_association` (Optional) - A complext config that triggers a lambda function with + * `lambda_function_association` (Optional) - A config block that triggers a lambda function with specific actions. Defined below, maximum 4. **Lambda@Edge is in technical Preview, and must be enabled on your AWS account to be used** @@ -231,7 +231,7 @@ event. You can associate a single function per event type. See [What is Lambda@Edge](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/what-is-lambda-at-edge.html) for more information - * `event_type` (Required) - The specific event to trigger this functionon. + * `event_type` (Required) - The specific event to trigger this function. Valid values: `viewwer-request`, `origin-request`, `viewer-response`, `origin-response`