Skip to content

cognitive_services/cognitive_deployment

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.service["azurecaf_name.service"] azurerm_cognitive_deployment.service["azurerm_cognitive_deployment.service"]

Module Reference

Category: cognitive_services
Path: modules/cognitive_services/cognitive_deployment
Azure Resources: azurecaf_name, azurerm_cognitive_deployment

Inputs

Name Description Type Required Default Validation
"settings" "<<DESCRIPTION The settings object is used to define the configuration of the Azure Cognitive Services Account. The s... any yes - -
"cognitive_account_id" "The ID of the Azure Cognitive Services Account." string yes - -

Outputs

Name Description Sensitive Value
"id" " The ID of the Deployment for Azure Cognitive Services Account." - azurerm_cognitive_deployment.service.id

Sources

  • modules/cognitive_services/cognitive_deployment/cognitive_deployment.tf
  • modules/cognitive_services/cognitive_deployment/main.tf
  • modules/cognitive_services/cognitive_deployment/outputs.tf
  • modules/cognitive_services/cognitive_deployment/provider.tf
  • modules/cognitive_services/cognitive_deployment/variables.tf