Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 10, 2021
1 parent 0863987 commit 432711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacl-rules/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "nacl_rules_info" {
description = "Information about NACL Rules"
value = {
description = var.description
description = var.rule_description
rule_count = length(local.r4)
last_rule_number = local.r5
first_rule_number = local.rule_number
Expand Down

0 comments on commit 432711b

Please sign in to comment.