Skip to content

Commit

Permalink
use distinct names for trigger name in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Aug 5, 2024
1 parent 8a2cbf5 commit c11095f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/tf_cloudbuild_builder_simple_github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "cloudbuilder" {
bucket_name = "tf-cloudbuilder-build-logs-${var.project_id}-gh"
gar_repo_name = "tf-runners-gh"
workflow_name = "terraform-runner-workflow-gh"
trigger_name = "tf-cloud-builder-build-gh"

# allow logs bucket to be destroyed
cb_logs_bucket_force_destroy = true
Expand Down
1 change: 1 addition & 0 deletions examples/tf_cloudbuild_builder_simple_gitlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "cloudbuilder" {
bucket_name = "tf-cloudbuilder-build-logs-${var.project_id}-gl"
gar_repo_name = "tf-runners-gl"
workflow_name = "terraform-runner-workflow-gl"
trigger_name = "tf-cloud-builder-build-gl"

# allow logs bucket to be destroyed
cb_logs_bucket_force_destroy = true
Expand Down

0 comments on commit c11095f

Please sign in to comment.