diff --git a/website/docs/d/disk_encryption_set.html.markdown b/website/docs/d/disk_encryption_set.html.markdown index be61ff1ca9a5..5ade1fa6e154 100644 --- a/website/docs/d/disk_encryption_set.html.markdown +++ b/website/docs/d/disk_encryption_set.html.markdown @@ -10,6 +10,19 @@ description: |- Use this data source to access information about an existing Disk Encryption Set. +## Example Usage + +```hcl +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: