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.
1 parent 8498b69 commit d0b09c6Copy full SHA for d0b09c6
infra/functions-python/main.tf
@@ -968,6 +968,7 @@ resource "google_cloudfunctions2_function" "reverse_geolocation_populate" {
968
environment_variables = {
969
PYTHONNODEBUGRANGES = 0
970
DB_REUSE_SESSION = "True"
971
+ GOOGLE_FUNCTION_SOURCE = "src/main.py"
972
}
973
available_memory = local.function_reverse_geolocation_populate_config.available_memory
974
timeout_seconds = local.function_reverse_geolocation_populate_config.timeout
0 commit comments