Skip to content

Commit

Permalink
Revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Jun 28, 2019
1 parent 423b7d9 commit 7891c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ resource "google_cloudfunctions_function" "main" {
project = "${var.project_id}"
region = "${var.region}"
service_account_email = "${var.function_service_account_email}"
depends_on = ["google_storage_bucket_object.main"]
}

data "archive_file" "main" {
Expand Down

0 comments on commit 7891c93

Please sign in to comment.