Data Source: azurerm_netapp_snapshot

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

NetApp Snapshot Usage

data "azurerm_netapp_snapshot" "test" {
  resource_group_name = "acctestRG"
  name                = "acctestnetappsnapshot"
  account_name        = "acctestnetappaccount"
  pool_name           = "acctestnetapppool"
  volume_name         = "acctestnetappvolume"
}

output "netapp_snapshot_id" {
  value = data.azurerm_netapp_snapshot.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: