Data Source: azurestack_storage_account

Gets information about the specified Storage Account.

Example Usage

data "azurestack_storage_account" "test" {
  name                = "packerimages"
  resource_group_name = "packer-storage"
}

output "storage_account_tier" {
  value = data.azurestack_storage_account.test.account_tier
}

Argument Reference

Attributes Reference