infra/modules/search/variables.tf (8 lines of code) (raw):
variable "resource_group_name" {}
variable "location" {}
variable "search_name" {}
variable "principal_id" {}
variable "allowed_ips" {}
variable "vnet_id" {}
variable "private_endpoints_subnet_id" {}
variable "use_private_endpoints" {}