Skip to content

Latest commit

 

History

History

cognitive-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Resources

Name Type
azurerm_search_service.adl_srch resource
http_http.ip data source

Inputs

Name Description Type Default Required
basename Basename of the module. string n/a yes
resource_group_name Resource group name. string n/a yes
location Location of the resource group. string n/a yes
tags A mapping of tags which should be assigned to the deployed resource. map(string) {} no
module_enabled Variable to enable or disable the module. bool true no
is_private_endpoint Whether private endpoints are enabled to access the resource. bool true no
subnet_id The ID of the subnet from which private IP addresses will be allocated for this Private Endpoint. string "" no
private_dns_zone_ids Specifies the list of Private DNS Zones to include. list(string) [] no
sku The SKU which should be used for this Search Service. string "standard" no
partition_count The number of partitions which should be created. number 1 no
replica_count The number of replica's which should be created. number 1 no
public_network_access_enabled Whether or not public network access is allowed for this resource. bool false no

Outputs

Name Description
id Resource identifier of the instance of Cognitive Search.
name The name of the Cognitive Search.
resource_group_name Resource Group where the Cognitive Search exists.