Skip to content

Commit

Permalink
fix: update service name (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Jan 16, 2024
1 parent bef06dd commit f6c776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/tasks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# [START cloudrun_tasks_parent_tag]
# [START cloudrun_service_tasks_service]
resource "google_cloud_run_v2_service" "default" {
name = "cloud-run-service-name"
name = "cloud-run-task-service"
location = "us-central1"

template {
Expand Down

0 comments on commit f6c776f

Please sign in to comment.