diff --git a/modules/terraform-azure-nfs/examples/ex01-nfs_fileshare/main.tf b/modules/terraform-azure-nfs/examples/ex01-nfs_fileshare/main.tf index ed59d51..c732a2e 100644 --- a/modules/terraform-azure-nfs/examples/ex01-nfs_fileshare/main.tf +++ b/modules/terraform-azure-nfs/examples/ex01-nfs_fileshare/main.tf @@ -56,4 +56,9 @@ output "nfs_vm_username" { output "nfs_vm_mount_path" { value = module.ex01_nfs_fileshare.nfs_vm_mount_path description = "Path where NFS is mounted on the VM" +} + +output "nfs_storage_account_name" { + value = module.ex01_nfs_fileshare.nfs_storage_account_name + description = "NFS Storage Account Name" } \ No newline at end of file