Data Source: azurerm_storage_share

Use this data source to access information about an existing File Share.

Example Usage

data "azurerm_storage_share" "example" {
  name                 = "existing"
  storage_account_name = "existing"
}

output "id" {
  value = data.azurerm_storage_share.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference


A acl block has the following attributes:


A access_policy block has the following attributes:

Timeouts

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