Azure Keyvault private endpoints

Hi All,
I’m relatively new to terraform :slight_smile: I have an issue when creating private endpoints when using them on a key vault in azure. The key vault creates but it needs approval each time I create an endpoint. I’ve specified is_manual_connection = false, how ever this errors with the following message.

Private Endpoint Name: “payments-encryption-service-endpoint”): “private_service_connection”:“payments-encryption-service-privateconnection” is invalid, the “request_message” attribute cannot be set if the “is_manual_connection” attribute is “false”

If I set this to true I will need to go into the azure portal and manually approve each private endpoint for each key fault I create. Is there a way of allowing “false” as an attribute as this works for webapps.

Kind Regards,
John

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.