feat: Add ci_display_pipeline_variables parameter to gitlab_project

## What does this MR do and why?

Adds the `ci_display_pipeline_variables` boolean attribute to:

- `gitlab_project` resource

  • `gitlab_project` data source

  • `gitlab_projects` data source

This attribute controls whether pipeline variables are shown on the pipeline details page. Introduced in GitLab 17.8.

The attribute is handled in `updatePostCreateEditOptions` since it can only be set on project update, not on create.

Closes #6793 (closed)

Merge request reports

Loading