Skip to content

apim/api_management_certificate

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_certificate.apim["azurerm_api_management_certificate.apim"] remote:keyvault_certificate_requests["remote:keyvault_certificate_requests"] remote:keyvault_certificates["remote:keyvault_certificates"] remote:managed_identities["remote:managed_identities"] azurerm_api_management_certificate.apim --> azurecaf_name.apim azurerm_api_management_certificate.apim --> remote:keyvault_certificate_requests azurerm_api_management_certificate.apim --> remote:keyvault_certificates azurerm_api_management_certificate.apim --> remote:managed_identities

Module Reference

Category: apim
Path: modules/apim/api_management_certificate
Azure Resources: azurecaf_name, azurerm_api_management_certificate

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

Outputs

Name Description Sensitive Value
"id" "The ID of the API Management Certificate." - azurerm_api_management_certificate.apim.id
"expiration" "The Expiration Date of this Certificate, formatted as an RFC3339 string." - azurerm_api_management_certificate.apim.expiration
"subject" "The Subject of this Certificate." - azurerm_api_management_certificate.apim.subject
"thumbprint" "The Thumbprint of this Certificate." - azurerm_api_management_certificate.apim.thumbprint

Sources

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