Get slack notifications whenever there’s a Cloud Build status update.
git clone git@github.com:laaraujo/cloud-build-slack-notifications.git
cd terraform
terraform init
Sample terraform.tfvars
:
project_id = "<gcp_project_id>"
region = "<gcp_region>"
zone = "<gcp_zone>"
slack_app_webhook_url = "<slack_app_webhook_url>"
Config file for the slack notifier image. Let’s the actual service know where to look for the template and what kind of notifications to send
Template for the message received in Slack. This repository includes the default one but it can be customized.
Result notification from Cloud Build
Run Sample Build
option
These instructions assume you already have:
terraform plan
looks like:
terraform plan
terraform apply
This project is licensed under the MIT License - see the LICENSE file for details.