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.
depends_on
1 parent 0d4d8a4 commit ae229e5Copy full SHA for ae229e5
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