google_cloudbuild_trigger

To get more information about Cloudbuild Trigger, see:

Example Usage

data "google_cloudbuild_trigger" "name" {
  project = "your-project-id"
  trigger_id = google_cloudbuild_trigger.filename-trigger.trigger_id
  location = "location of trigger build"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_cloudbuild_trigger resource for details of the available attributes.