hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.64k forks source link

Support for "Kind" property in azurerm_api_connection #16195

Open GeorgeL-risual opened 2 years ago

GeorgeL-risual commented 2 years ago

Is there an existing issue for this?

Community Note

Description

azurerm_api_connection does not support the kind property. I need to deploy a V2 connection to have access to the connectionRuntimeUrl property in V2 API connections.

New or Affected Resource(s)/Data Source(s)

azurerm_api_connection

Potential Terraform Configuration

No response

References

No response

DiceUA commented 2 years ago

ability to create "Microsoft.Web/connections/accessPolicies" for kind: "V2" api connection also needed

francisco-ltech commented 1 year ago

The two requested features above: a) Ability to create a V2, and b) AccessPolicy are very much needed.

diogonborges commented 1 year ago

Any plans for this? It's been over a year...

And if anyone is looking for a workaround, what I ended up doing was based on this: https://medium.com/microsoftazure/provisioning-azure-logic-apps-api-connections-with-terraform-980179980b5b

georgeollis commented 10 months ago

When will this be implemented? I've had resulted in using the azapi provider (Which is fine), but having this in azurerm provider would be much better.

michasacuer commented 5 months ago

+1, when it will be implemented? Do we know any timeline?