diff --git a/github/data_source_github_repository_custom_properties.go b/github/data_source_github_repository_custom_properties.go index d4622861ff..251225ff5d 100644 --- a/github/data_source_github_repository_custom_properties.go +++ b/github/data_source_github_repository_custom_properties.go @@ -19,7 +19,7 @@ func dataSourceGithubRepositoryCustomProperties() *schema.Resource { Description: "Name of the repository which the custom properties should be on.", }, "property": { - Type: schema.TypeSet, + Type: schema.TypeList, // TODO: This should maybe be a TypeSet instead Computed: true, Description: "List of custom properties", Elem: &schema.Resource{