Skip to content

Commit b40427d

Browse files
committed
fix: resolved the issue on the variable
1 parent 97c85be commit b40427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nacls/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "inbound_rules" {
3030
protocol = optional(number, -1)
3131
rule_action = optional(string, "allow")
3232
rule_number = number
33-
to_port = optional(number, nu)
33+
to_port = optional(number, null)
3434
}))
3535
default = []
3636
}

0 commit comments

Comments
 (0)