Use this data source to access information about an existing Attestation Provider.
data "azurerm_attestation" "example" {
name = "example-attestationprovider"
resource_group_name = "example-resource-group"
}
output "id" {
value = data.azurerm_attestation.example.id
}
The following arguments are supported:
name
- (Required) The name of this Attestation Provider.
resource_group_name
- (Required) The name of the Resource Group where the Attestation Provider exists.
In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Attestation Provider.
location
- The Azure Region where the Attestation Provider exists.
attestation_uri
- The (Endpoint|URI) of the Attestation Service.
trust_model
- Trust model used for the Attestation Service.
tags
- A mapping of tags assigned to the Attestation Provider.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Attestation Provider.