infra/modules/ca-aihub/variables.tf (37 lines of code) (raw):
variable "resource_group_id" {}
variable "location" {}
variable "ca_name" {}
variable "cae_id" {}
variable "cae_default_domain" {}
variable "managed_identity_id" {}
variable "managed_identity_client_id" {}
variable "tenant_id" {}
variable "image_name" {}
variable "storage_account_name" {}
variable "storage_account_key" {}
variable "storage_container_name" {}
variable "search_service_name" {}
variable "search_index_name" {}
variable "chat_gpt4_deployment" {}
variable "chat_gpt4_model" {}
variable "chat_gpt4_vision_deployment" {}
variable "chat_gpt4_vision_model" {}
variable "chat_gpt4o_deployment" {}
variable "chat_gpt4o_model" {}
variable "embeddings_deployment" {}
variable "embeddings_model" {}
variable "openai_endpoint" {}
variable "chat_fqdn" {}
variable "pbi_report_link" {}
variable "content_safety_endpoint" {}
variable "content_safety_key" {}
variable "cognitive_service_endpoint" {}
variable "cognitive_service_key" {}
variable "speech_key" {}
variable "vision_endpoint" {}
variable "vision_key" {}
variable "storage_connection_string" {}
variable "ai_foundry_project_connection_string" {}
variable "ai_foundry_deployment_name" {}
variable "ai_foundry_bing_connection_name" {}
variable "enable_entra_id_authentication" {}