cloudbuild-gcr

google-terraform-modules/cloudbuild-gcr/google

Terraform Module HCL GOOGLE

Create triggers CloudBuild GCR

Install
module "cloudbuild-gcr" {
source = "google-terraform-modules/cloudbuild-gcr/google"
version = "1.17.0"
}
plain text: /constructs/tfmod-google-terraform-modules-cloudbuild-gcr-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

Google Repository Trigger(s) (GCR) Compatible provider 1.17.1 Example ``hcl 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 | ` | no |

Inputs (2)
NameTypeDescriptionDefault
repositoryanyName of mirror repository on GCP required
triggersanyOptions of trigger[]
Resources (2)
google_cloudbuild_triggergoogle_sourcerepo_repository
Details
FrameworkTerraform Module
LanguageHCL
Version1.17.0
Cloud GOOGLE
★ Stars5
Forks4
Total downloads5.7k
Inputs2
Resources2
LicenseMIT
Namespacegoogle-terraform-modules
Updated