Skip to content

Commit

Permalink
Attempt to avoid "inconsistent final plan" during apply
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Jun 12, 2023
1 parent 1322076 commit e85dd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/tf/function.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "google_cloudfunctions2_function" "function" {
entry_point = "pg-db-admin"

environment_variables = {
"SOURCE_HASH" : google_storage_bucket_object.binary.detect_md5hash
"SOURCE_HASH" : filebase64sha256(local.package_filename)
}

source {
Expand Down

0 comments on commit e85dd9c

Please sign in to comment.