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 a07eadb commit 423b7d9Copy full SHA for 423b7d9
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