Data Source: azurerm_netapp_volume

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

NetApp Volume Usage

data "azurerm_netapp_volume" "example" {
  resource_group_name = "acctestRG"
  account_name        = "acctestnetappaccount"
  pool_name           = "acctestnetapppool"
  name                = "example-volume"
}

output "netapp_volume_id" {
  value = data.azurerm_netapp_volume.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


A data_protection_replication block exports the following:


Timeouts

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