modules/volume/outputs.tf (8 lines of code) (raw):
output "name" {
description = "The name of the Azure Netapp Files Volume"
value = azapi_resource.anf_capacity_pool_volume.name
}
output "resource_id" {
description = "The Resource ID of the Azure Netapp Files Volume"
value = azapi_resource.anf_capacity_pool_volume.id
}