From 25f9aeb30a1f5b057744102ddc2e106789652f3b Mon Sep 17 00:00:00 2001 From: Tim Gossett Date: Fri, 6 Jan 2017 10:59:03 -0500 Subject: [PATCH] lambda_function_association as List not Set --- builtin/providers/aws/resource_aws_cloudfront_distribution.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/aws/resource_aws_cloudfront_distribution.go b/builtin/providers/aws/resource_aws_cloudfront_distribution.go index 55afa516a..6233a63c7 100644 --- a/builtin/providers/aws/resource_aws_cloudfront_distribution.go +++ b/builtin/providers/aws/resource_aws_cloudfront_distribution.go @@ -103,7 +103,7 @@ func resourceAwsCloudFrontDistribution() *schema.Resource { }, }, "lambda_function_association": { - Type: schema.TypeSet, + Type: schema.TypeList, Optional: true, MaxItems: 4, Elem: &schema.Resource{ @@ -250,7 +250,7 @@ func resourceAwsCloudFrontDistribution() *schema.Resource { }, }, "lambda_function_association": { - Type: schema.TypeSet, + Type: schema.TypeList, Optional: true, MaxItems: 4, Elem: &schema.Resource{