Skip to content

Commit

Permalink
Refactor infra/variables.tf to update use_private_endpoints default v…
Browse files Browse the repository at this point in the history
…alue
  • Loading branch information
heblasco committed Sep 26, 2024
1 parent 1cfcb99 commit c0b522b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ variable "enable_openai_plugin_compare_financial_products" {

variable "use_private_endpoints" {
type = bool
default = true
default = false
}

variable "allowed_ips" {
Expand Down

0 comments on commit c0b522b

Please sign in to comment.