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.53k stars 4.6k forks source link

Support for Resource Management Private Link #16929

Open pranaysahith opened 2 years ago

pranaysahith commented 2 years ago

Community Note

Description

Please create a Terraform resource to deploy Resource Management Private Link in Azure. This link explains how to create it using Azure portal

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

azurerm_resource_management_private_link

Potential Terraform Configuration

resource "azurerm_resource_management_private_link" "default" {
  name = ""
  location = ""
  private_link_scope = ""
  resource_group_name = ""
  tags = {}
}

References

No response

atombravo commented 4 months ago

I think this was completed with https://github.com/hashicorp/terraform-provider-azurerm/pull/23098