diff --git a/infra/variables.tf b/infra/variables.tf index a804297..eb3a68c 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -148,7 +148,7 @@ variable "enable_openai_plugin_compare_financial_products" { variable "use_private_endpoints" { type = bool - default = true + default = false } variable "allowed_ips" {