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.
2 parents e608e44 + 7ed0de9 commit d4bfb20Copy full SHA for d4bfb20
infra/functions-python/main.tf
@@ -925,7 +925,7 @@ resource "google_cloudfunctions2_function" "update_feed_status" {
925
service_config {
926
available_memory = local.function_update_feed_status_config.memory
927
available_cpu = local.function_update_feed_status_config.available_cpu
928
- timeout_seconds = local.update_feed_status_config.timeout
+ timeout_seconds = local.function_update_feed_status_config.timeout
929
vpc_connector = data.google_vpc_access_connector.vpc_connector.id
930
vpc_connector_egress_settings = "PRIVATE_RANGES_ONLY"
931
0 commit comments