Skip to content

Commit d0b09c6

Browse files
committed
fixed terraform build failure
1 parent 8498b69 commit d0b09c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ resource "google_cloudfunctions2_function" "reverse_geolocation_populate" {
968968
environment_variables = {
969969
PYTHONNODEBUGRANGES = 0
970970
DB_REUSE_SESSION = "True"
971+
GOOGLE_FUNCTION_SOURCE = "src/main.py"
971972
}
972973
available_memory = local.function_reverse_geolocation_populate_config.available_memory
973974
timeout_seconds = local.function_reverse_geolocation_populate_config.timeout

0 commit comments

Comments
 (0)