Data Source: azurerm_app_service_certificate_order

Use this data source to access information about an existing App Service Certificate Order.

Example Usage

data "azurerm_app_service_certificate_order" "example" {
  name                = "example-cert-order"
  resource_group_name = "example-resources"
}

output "certificate_order_id" {
  value = data.azurerm_app_service_certificate_order.example.id
}

Argument Reference

Attributes Reference


Timeouts

The timeouts block allows you to specify timeouts for certain actions: