Skip to content

Commit

Permalink
fix: 🐛 correção de url da cf no terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStos committed Jul 30, 2021
1 parent ad9ff6e commit a5ffaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ resource "google_cloud_scheduler_job" "job" {

http_target {
http_method = "GET"
uri = "https://${google_cloudfunctions_function.function.region}-${local.project_name}.cloudfunctions.net/${local.cf_name}"
uri = "https://${google_cloudfunctions_function.function.region}-${var.project_id}.cloudfunctions.net/${local.cf_name}"
}
}

0 comments on commit a5ffaa5

Please sign in to comment.