Private endpoint in apim using terraform

Viewed 49

I have created apim using the below azurerm terraform code.

enter image description here

In azure portal its successfully created. Now I want to create private endpoint connection enter image description here

I thought the virtual network configuration will take care of this, but it doesnt. When ever I try to add private endpoint its throwing error. If I have to manually create it, I have first created gateway, link them and then create private end point.I am unable to understand how to configure the same via terraform. I have searched the terraform site to see if private end point example usage is given under apim creation,but couldnt find the same. How to configure private end point in apim using terraform code?

0 Answers
Related