Skip to content

apim/api_management_gateway

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.apim["azurecaf_name.apim"] azurerm_api_management_gateway.apim["azurerm_api_management_gateway.apim"] azurerm_api_management_gateway.apim --> azurecaf_name.apim

Module Reference

Category: apim
Path: modules/apim/api_management_gateway
Azure Resources: azurecaf_name, azurerm_api_management_gateway

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 {} -

Outputs

Name Description Sensitive Value
id The ID of the API Management Gateway. - azurerm_api_management_gateway.apim.id

Sources

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