Skip to content

Commit

Permalink
sign with gpg key
Browse files Browse the repository at this point in the history
Signed-off-by: tsharma <[email protected]>
  • Loading branch information
tush4hworks committed Oct 30, 2023
1 parent a15e6f8 commit 10fa910
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 10fa910

Please sign in to comment.