Skip to content

Draft: WIP: add resource_gitlab_pipeline_schedule_ownership

This is a rough draft of a possible gitlab_pipeline_schedule_ownership ownership. The CRUD methods, import functionality and especially tests are still not clear.

Fixes #1400 (closed)

  • Resource attributes match 1:1 the names and structure of the API resource in the GitLab API documentation.
  • Examples are updated with:
    • A *.tf file for the resource/s with at least one usage example
    • A *.sh file for the resource/s with an import example (if applicable)
  • New resources have at minimum a basic test with three steps:
    • Create the resource
    • Update the attributes
    • Import the resource
  • No new //lintignore comments that came from copied code. Linter rules are meant to be enforced on new code.

Merge request reports