Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-zheng committed May 8, 2024
1 parent dd49357 commit 101290a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gemini-pro-slack-bot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module "function" {
vertex_region = var.vertex_region
vertex_model = var.vertex_search.enabled == false ? var.vertex_model : var.vertex_model_multimodal
api_enabled = false
vertex_search_function = null
}, var.vertex_search.enabled == true ? {
api_enabled = true
vertex_search_function = module.api[""].run_service.url
Expand Down

0 comments on commit 101290a

Please sign in to comment.