Skip to content

Commit

Permalink
Merge pull request #145 from sassoftware/fix-iac-563-to-main
Browse files Browse the repository at this point in the history
(IAC-563) fix nsf_private_dns typo in outputs
  • Loading branch information
dhoucgitter authored Jul 6, 2022
2 parents 1e19333 + 991bf66 commit df11409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ output "jump_public_dns" {

output jump_rwx_filestore_path {
value = ( var.storage_type != "none"
? var.create_jump_vm ? var.jump_rwx_filestore_path : null
: null
? var.create_jump_vm ? var.jump_rwx_filestore_path : null
: null
)
}

Expand All @@ -73,7 +73,7 @@ output "nfs_admin_username" {
value = var.storage_type == "standard" ? module.nfs.0.admin_username : null
}

output "nsf_private_dns" {
output "nfs_private_dns" {
value = var.storage_type == "standard" ? module.nfs.0.private_dns : null
}

Expand Down

0 comments on commit df11409

Please sign in to comment.