From c0b522b1909bd6512a4a41e790066491ad8faede Mon Sep 17 00:00:00 2001 From: heblasco Date: Thu, 26 Sep 2024 15:38:48 +0200 Subject: [PATCH] Refactor infra/variables.tf to update use_private_endpoints default value --- infra/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {