Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

google-terraform-modules/terraform-google-cloudbuild-gcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.