GoogleCloudPlatform / cloud-foundation-toolkit

The Cloud Foundation toolkit provides GCP best practices as code.
Apache License 2.0
965 stars 457 forks source link

Automate Cloud Build triggers using Terraform #405

Closed morgante closed 4 years ago

morgante commented 5 years ago

Now that Terraform has support for Cloud Build, we should automate the triggers from the CFT CI docs. This should be done in a DRY way using for_each so we can easily add standard triggers for new modules with minimal effort.

paulpalamarchuk commented 5 years ago

Started working on that feature