Search code examples
azureterraformgatewayazure-rmapim

Terraform Azure setup self hosted gateway hostname


How is it possible to provision Hostnames for self hosted gateways in Azure API Management? Terraform shows how to add a new gateway but not how to configure the hostname:

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/api_management_gateway

Is this even possible?


Solution

  • Custom domain name for a self-hosted API Management Gateway is not yet supported in Terraform azurerm provider

    Here is opened GitHub PR to implement this feature in Terraform