We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423b7d9 commit 7891c93Copy full SHA for 7891c93
main.tf
@@ -70,7 +70,6 @@ resource "google_cloudfunctions_function" "main" {
70
project = "${var.project_id}"
71
region = "${var.region}"
72
service_account_email = "${var.function_service_account_email}"
73
- depends_on = ["google_storage_bucket_object.main"]
74
}
75
76
data "archive_file" "main" {
0 commit comments