Data Source: azurerm_nginx_certificate

Use this data source to access information about an existing NGINX Certificate.

Example Usage

data "azurerm_nginx_certificate" "example" {
  name                = "existing"
  nginx_deployment_id = azurerm_nginx_deployment.example.id
}

output "id" {
  value = data.azurerm_nginx_certificate.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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