Skip to content

apim/api_management_product

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_product.apim["azurerm_api_management_product.apim"] azurerm_api_management_product_policy.apim["azurerm_api_management_product_policy.apim"]

Module Reference

Category: apim
Path: modules/apim/api_management_product
Azure Resources: azurerm_api_management_product, azurerm_api_management_product_policy

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 {} -
"api_management_name" " The Name of the API Management Service where this subscription should be created. Changing this forces a new resour... any yes - -
"resource_group_name" " The Name of the Resource Group where the API Management subscription exists. Changing this forces a new resource to... any yes - -

Outputs

Name Description Sensitive Value
"id" "The ID of the API Management Product." - azurerm_api_management_product.apim.id
"product_id" "The Product ID of the API Management Product." - azurerm_api_management_product.apim.product_id
"policy_id" "The ID of the API Management Product Policy." - one(azurerm_api_management_product_policy.apim[*].id)

Sources

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