Skip to content

Commit 7ed0de9

Browse files
committed
update feed status terraform fix
1 parent e608e44 commit 7ed0de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ resource "google_cloudfunctions2_function" "update_feed_status" {
925925
service_config {
926926
available_memory = local.function_update_feed_status_config.memory
927927
available_cpu = local.function_update_feed_status_config.available_cpu
928-
timeout_seconds = local.update_feed_status_config.timeout
928+
timeout_seconds = local.function_update_feed_status_config.timeout
929929
vpc_connector = data.google_vpc_access_connector.vpc_connector.id
930930
vpc_connector_egress_settings = "PRIVATE_RANGES_ONLY"
931931

0 commit comments

Comments
 (0)