Skip to content

Commit

Permalink
Update data_source_github_repository_custom_properties.go
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlut authored Nov 22, 2024
1 parent 1e3ba1d commit 5be94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/data_source_github_repository_custom_properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func dataSourceGithubRepositoryCustomProperties() *schema.Resource {
Description: "Name of the repository which the custom properties should be on.",
},
"property": {
Type: schema.TypeList, // TODO: This should maybe be a TypeSet instead
Type: schema.TypeList,
Computed: true,
Description: "List of custom properties",
Elem: &schema.Resource{
Expand Down

0 comments on commit 5be94bd

Please sign in to comment.