Data Source: azurerm_attestation

Use this data source to access information about an existing Attestation Provider.

Example Usage

data "azurerm_attestation" "example" {
  name                = "example-attestationprovider"
  resource_group_name = "example-resource-group"
}

output "id" {
  value = data.azurerm_attestation.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: