Data Source: azurerm_batch_certificate

Use this data source to access information about an existing certificate in a Batch Account.

Example Usage

data "azurerm_batch_certificate" "example" {
  name                = "SHA1-42C107874FD0E4A9583292A2F1098E8FE4B2EDDA"
  account_name        = "examplebatchaccount"
  resource_group_name = "example"
}

output "thumbprint" {
  value = data.azurerm_batch_certificate.example.thumbprint
}

Argument Reference

Attributes Reference

The following attributes are exported:

Timeouts

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