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

Support for azurerm_frontdoor data source #12774

Open Ticallion22 opened 3 years ago

Ticallion22 commented 3 years ago

Community Note

Description

It seems as there is no data source for azurerm_frontdoor. Is there a specific reason, why there is none? I'd need this resource to retrieve the resource ID of a Azure Front Door instance. Currently, I concatenate it manually:

"${data.azurerm_resource_group.example.id}/providers/Microsoft.Network/frontdoors/"

New or Affected Resource(s)

Potential Terraform Configuration

data "azurerm_frontdoor" "example" {
  name = "example-fd"
  resource_group_name = "example-rg"
}

References

benj-ch commented 2 years ago

Any updates on this request ?

4865783a5d commented 2 years ago

Any plans on this?

jasric89 commented 2 years ago

any updates on this issue, please? Lots of people need this. @tombuildsstuff