apim/api_management_api_operation¶
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_operation.apim["azurerm_api_management_api_operation.apim"]
Module Reference¶
Category: apim
Path: modules/apim/api_management_api_operation
Azure Resources: azurerm_api_management_api_operation
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 | - |
format("The following attributes are not supported. Adjust your configuration file: %s", join(", ", setsubtract(keys(var.settings), [api_management_name, api_management, api_name, api, description, display_name, method, operation_id, request, resource_group_name, resource_group, responses, template_parameters, url_template]))) |
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_name |
The Name of the API Management Service where the API exists. Changing this forces a new resource to be created. | any |
yes | - |
- |
api_name |
The Name of the API. | any |
yes | - |
- |
resource_group_name |
The Name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be ... | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the API Management API Operation. | - | azurerm_api_management_api_operation.apim.id |
Sources¶
modules/apim/api_management_api_operation/main.tfmodules/apim/api_management_api_operation/module.tfmodules/apim/api_management_api_operation/outputs.tfmodules/apim/api_management_api_operation/variables.tf