0

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?

sampa
  • 535
  • 4
  • 27

1 Answers1

0

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

Andriy Bilous
  • 2,337
  • 1
  • 5
  • 16