Data Source: azurerm_storage_encryption_scope

Use this data source to access information about an existing Storage Encryption Scope.

Example Usage

data "azurerm_storage_account" "example" {
  name                = "storageaccountname"
  resource_group_name = "resourcegroupname"
}

data "azurerm_storage_encryption_scope" "example" {
  name               = "existingStorageES"
  storage_account_id = data.azurerm_storage_account.example.id
}

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