terraform-provider-azapi icon indicating copy to clipboard operation
terraform-provider-azapi copied to clipboard

Feature Request: Support `azurerm` provider feature capabilities

Open jtracey93 opened this issue 1 year ago • 2 comments

It'd be great if AzApi supported some provider features similar to those in AzureRM documented here https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/features-block

Im specifically interested in features.netapp.prevent_volume_destruction

jtracey93 avatar Jan 08 '25 17:01 jtracey93

Hi @jtracey93 ,

Thank you for taking time to report this issue!

The azapi provider is a generic provider for all azure resource types, we might not add customized support for some of the resource types, but we could provide similar features in a generic way.

For example, features.netapp.prevent_volume_destruction` could be achieved by prevent_desctroy.

ms-henglu avatar Jan 09 '25 03:01 ms-henglu

@jtracey93 are there specific examples that require a feature rather than a generic property? The biggest issue here is maintainability, as we want the provider to remain generic wherever possible.

stemaMSFT avatar Jan 09 '25 19:01 stemaMSFT