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_entity" "example" {
  table_name           = "example-table-name"
  storage_account_name = "example-storage-account-name"
  partition_key        = "example-partition-key"
  row_key              = "example-row-key"
}

Argument Reference

The following arguments are supported:

Attributes Reference

Timeouts

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