Data Source: azurerm_netapp_volume_quota_rule

Use this data source to access information about an existing Volume Quota Rule.

Example Usage

data "azurerm_netapp_volume_quota_rule" "example" {
  name      = "exampleQuotaRule"
  volume_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/vol1"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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