Deprecate datasource gitlab_projects._links
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
This change adds a new links
field to replace the existing _links
field in the GitLab projects data source. The old _links
field is now marked as deprecated and will be removed in version 19.0, while the new links
field provides the same functionality with a cleaner name. Both fields currently work the same way and contain project-related links, but users should start using links
instead of _links
to prepare for the future removal. The documentation has also been updated to reflect this new field.
This is required before the datasource can be migrated to the Framework plugin. Attribute names can only start with a letter, so _links
is invalid.
Edited by 🤖 GitLab Bot 🤖