Data Source: azurerm_netapp_pool

Uses this data source to access information about an existing NetApp Pool.

NetApp Pool Usage

data "azurerm_netapp_pool" "example" {
  resource_group_name = "acctestRG"
  account_name        = "acctestnetappaccount"
  name                = "acctestnetapppool"
}

output "netapp_pool_id" {
  value = data.azurerm_netapp_pool.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


Timeouts

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