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 8ea078a commit cc714e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nacl-rules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ locals {
label = format("%v%%%v", p[0], p[1])
cidr = p[0]
rule_label = p[1]
description = local.rule_definitions[p[1]][4]
description = local.rule_definitions[p[1]][5]
from_port = local.rule_definitions[p[1]][0]
to_port = local.rule_definitions[p[1]][1]
egress = local.rule_definitions[p[1]][2]
protocol = local.rule_definitions[p[1]][3]
action = local.rule_definitions[p[1]][3]
action = local.rule_definitions[p[1]][4]
rule_number = local.rule_number }
]
r3 = [for i in range(length(local.r2)) :
Expand Down

0 comments on commit cc714e9

Please sign in to comment.