Skip to content

Commit

Permalink
fix: cloud function depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Jan 21, 2024
1 parent 6d1caef commit 0193df6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/gcp/HomeLab/homelab/keep-alive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ resource "google_cloudfunctions_function" "okd_homelab_keep_alive_cloud_function
# checkov:skip=CKV_SECRET_6 Place Holder
version = "latest"
}

depends_on = [google_storage_bucket_object.keep_alive]

}

resource "google_cloudfunctions_function_iam_member" "member" {
Expand Down

0 comments on commit 0193df6

Please sign in to comment.