Data Source: azurerm_disk_encryption_set

Use this data source to access information about an existing Disk Encryption Set.

Example Usage

data "azurerm_disk_encryption_set" "existing" {
  name                = "example-des"
  resource_group_name = "example-resources"
}

output "id" {
  value = data.azurerm_disk_encryption_set.existing.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


An identity block exports the following:

Timeouts

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