gitlab_pipeline_trigger (Resource)

The gitlab_pipeline_trigger resource allows to manage the lifecycle of a pipeline trigger.

Upstream API: GitLab REST API docs

Example Usage

resource "gitlab_pipeline_trigger" "example" {
  project     = "12345"
  description = "Used to trigger builds"
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

# GitLab pipeline triggers can be imported using an id made up of `{project_id}:{pipeline_trigger_id}`, e.g.
terraform import gitlab_pipeline_trigger.test 1:3