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

DataSources "azurerm_monitor_private_link_scope" #19404

Open SuryaTejaT-1201 opened 1 year ago

SuryaTejaT-1201 commented 1 year ago

Is there an existing issue for this?

Community Note

Description

Would like to see "Data Sources" for the azure service "azurerm_monitor_private_link_scope", this eventually helps the users to refer to the existing Azure AMPLS resource.

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

DataSources "azurerm_monitor_private_link_scope"

Potential Terraform Configuration

data "azurerm_monitor_private_link_scope" "example" {

name
resource_group_name
resource_name

}

References

No response

KiPIDesTAN commented 10 months ago

I would really like to fix this item. However, it requires the hashicorp/pandora#3510 be merged. The fields referenced above require the latest API version for AMPLS in the hashicorp/go-azure-sdk.

As this is my first time making a request to get this API updated in the Pandora project, can someone confirm for me that I did this correctly and that the only hold-up is that it's the winter holiday season, when not many people are available to review?

iohenkies commented 5 months ago

This still does not seem to be possible :(