Skip to content

Commit

Permalink
fix: add end line to output
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro_velychko3 committed Apr 20, 2023
1 parent d513af8 commit f486108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "id" {
value = length(azurerm_network_security_group.this[0].id) != 0 ? azurerm_network_security_group.this[0].id : ""
description = "The ID of the Network Security Group"
}
}

0 comments on commit f486108

Please sign in to comment.