lambda_function_association as List not Set
This commit is contained in:
parent
32f7a86e10
commit
25f9aeb30a
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue