Data Source: azurerm_storage_table_entity

Use this data source to access information about an existing Storage Table Entity.

Example Usage

data "azurerm_storage_table_entities" "example" {
  table_name           = "example-table-name"
  storage_account_name = "example-storage-account-name"
  filter               = "PartitionKey eq 'example'"
}

Argument Reference

The following arguments are supported:

Attributes Reference


Each element in items block exports the following:

Timeouts

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