lambda_function_association as List not Set

This commit is contained in:
Tim Gossett 2017-01-06 10:59:03 -05:00
parent 32f7a86e10
commit 25f9aeb30a
No known key found for this signature in database
GPG Key ID: 6708169C08D3CCF0
1 changed files with 2 additions and 2 deletions

View File

@ -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{