Skip to content
Snippets Groups Projects
Commit d7cbd3f4 authored by Daniel Bimschas's avatar Daniel Bimschas
Browse files

NOISSUE: switch to collection alias holi_search_staging / holi_search_production

parent 4b9c2afd
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ resource "google_cloudfunctions2_function" "holi-search-integration" {
TYPESENSE_HOST = "t9vemwkibxajcorqp-1.a1.typesense.net"
TYPESENSE_PORT = "443"
TYPESENSE_PROTOCOL = "https"
TYPESENSE_COLLECTION_NAME = local.environment_name == "production" ? "production_all" : "staging_all"
TYPESENSE_COLLECTION_NAME = local.environment_name == "production" ? "holi_search_production" : "holi_search_staging"
}
vpc_connector = data.terraform_remote_state.holi_infra_state.outputs.vpc_access_connector_name
vpc_connector_egress_settings = "PRIVATE_RANGES_ONLY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment