Data Source: azurerm_storage_management_policy

Use this data source to access information about an existing Storage Management Policy.

Example Usage

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

data "azurerm_storage_management_policy" "example" {
  storage_account_id = data.azurerm_storage_account.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference



filters supports the following:


actions supports the following:


base_blob supports the following:


snapshot supports the following:


version supports the following:


match_blob_index_tag supports the following:

Timeouts

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