Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 588 Bytes

Google Repository Trigger(s) (GCR)

Compatible provider 1.17.1

Example

module "trigger-gcr" {
  source     = "google-terraform-modules/cloudbuild-gcr/google"
  repository = "cloudfunction-graphql-list-object"

  triggers = [
    {
      branch = "master"
    },
    {
      branch = "dev"
      tag_type = "$SHORT_SHA"
    },
  ]
}

Inputs

Name Description Type Default Required
repository Name of mirror repository on GCP string - yes
triggers Options of trigger list <list> no