Skip to content

apim/api_management_api_diagnostic

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_api_management_api_diagnostic.apim["azurerm_api_management_api_diagnostic.apim"]

Module Reference

Category: apim
Path: modules/apim/api_management_api_diagnostic
Azure Resources: azurerm_api_management_api_diagnostic

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
client_config Client configuration object (see module README.md). any yes - -
settings (Required) Used to handle passthrough paramenters. any yes - -
remote_objects Remote objects configuration. any no {} -
base_tags Base tags for the resource to be inherited from the resource group. map(any) no {} -
api_management_logger_id The ID (name) of the Diagnostics Logger. any yes - -
api_management_name The name of the API Management Service instance. Changing this forces a new API Management Service API Diagnostics Lo... any yes - -
api_name The name of the API in the API Management Service instance. Changing this forces a new API Management Service API Dia... any yes - -
resource_group_name The name of the Resource Group where the API Management Service API Diagnostics Logs should exist. Changing this forc... any yes - -

Outputs

Name Description Sensitive Value
id The ID of the API Management Service API Diagnostics Logs. - azurerm_api_management_api_diagnostic.apim.id

Sources

  • modules/apim/api_management_api_diagnostic/main.tf
  • modules/apim/api_management_api_diagnostic/module.tf
  • modules/apim/api_management_api_diagnostic/outputs.tf
  • modules/apim/api_management_api_diagnostic/variables.tf