Data Source: azurerm_netapp_volume_group_sap_hana

Use this data source to access information about an existing Application Volume Group for SAP HANA application.

Example Usage

data "azurerm_netapp_volume_group_sap_hana" "example" {
  name                = "existing application volume group name"
  resource_group_name = "resource group name where the account and volume group belong to"
  account_name        = "existing account where the application volume group belong to"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A volume block exports the following:


A data_protection_replication block exports the following:


A data_protection_snapshot_policy block exports the following:


A export_policy_rule block exports the following:


Timeouts

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