Skip to content

Commit

Permalink
add next_rule_number
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 10, 2021
1 parent 1ea836d commit 4a80bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nacl-rules/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ output "info" {
value = {
description = var.rule_description
rule_count = length(local.r4)
last_rule_number = local.r5
first_rule_number = local.rule_number
last_rule_number = local.r5
next_rule_number = local.r5 + local.rule_increment
rule_increment = local.rule_increment
cidrs = local.cidr_blocks
rules = local.rules
Expand Down

0 comments on commit 4a80bdb

Please sign in to comment.