Skip to content

Commit

Permalink
fix: correção de nome do recurso do job do crux no terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStos committed Jul 30, 2021
1 parent e7b84aa commit 1d2dc01
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 @@ -187,7 +187,7 @@ resource "google_cloud_scheduler_job" "job" {
}

resource "google_cloud_scheduler_job" "job_crux" {
name = "site-speed-dashboard-schedule"
name = "site-speed-dashboard-schedule-crux-data"
description = "test http job"
schedule = "0 17 * * *"
time_zone = "America/Sao_Paulo"
Expand Down

0 comments on commit 1d2dc01

Please sign in to comment.