Data Source: azurerm_netapp_account

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

NetApp Account Usage

data "azurerm_netapp_account" "example" {
  resource_group_name = "acctestRG"
  name                = "acctestnetappaccount"
}

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