Data Source: azurerm_storage_account

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

Example Usage

data "azurerm_storage_account" "example" {
  name                = "packerimages"
  resource_group_name = "packer-storage"
}

output "storage_account_tier" {
  value = data.azurerm_storage_account.example.account_tier
}

Argument Reference

Attributes Reference



identity supports the following:


azure_files_authentication supports the following:


active_directory supports the following:

Timeouts

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