Skip to content

Commit 7891c93

Browse files
committed
Revert previous commit
1 parent 423b7d9 commit 7891c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ resource "google_cloudfunctions_function" "main" {
7070
project = "${var.project_id}"
7171
region = "${var.region}"
7272
service_account_email = "${var.function_service_account_email}"
73-
depends_on = ["google_storage_bucket_object.main"]
7473
}
7574

7675
data "archive_file" "main" {

0 commit comments

Comments
 (0)