» gitlab_pipeline_trigger

This resource allows you to create and manage pipeline triggers

» Example Usage

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

» Argument Reference

The following arguments are supported:

  • project - (Required, string) The name or id of the project to add the trigger to.

  • description - (Required, string) The description of the pipeline trigger.