Skip to content

Commit

Permalink
removed more labels from incompatible resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cleentfaar committed Dec 9, 2024
1 parent 14e5076 commit 61007dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/cloud_function/scheduled/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ resource "google_cloud_scheduler_job" "scheduler_job" {
service_account_email = var.scheduler_service_account_email
}
}
labels = var.labels
}

resource "google_cloudfunctions_function_iam_member" "invoker" {
Expand All @@ -92,5 +91,4 @@ resource "google_cloudfunctions_function_iam_member" "invoker" {
project = google_cloudfunctions_function.function.project
region = google_cloudfunctions_function.function.region
role = "roles/cloudfunctions.invoker"
labels = var.labels
}

0 comments on commit 61007dd

Please sign in to comment.