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 83358eb commit c84f946Copy full SHA for c84f946
main.tf
@@ -70,6 +70,7 @@ 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