Skip to content

Commit

Permalink
Rename GCB trigger to better match the purpose (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Jan 17, 2025
1 parent ee70a89 commit 7f25479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/gcp/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ locals {
}

resource "google_cloudbuild_trigger" "docker" {
name = "build-docker-${var.env}"
name = "GCP-integration-test-${var.env}"
service_account = "projects/${var.project_id}/serviceAccounts/${var.service_account}"
location = var.region

Expand Down

0 comments on commit 7f25479

Please sign in to comment.