Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
appkins committed Jun 3, 2024
1 parent 672152b commit 51eecf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ variable "port_forwards" {
fwd_ip = optional(string) # The IPv4 address to forward traffic to.
fwd_port = optional(string) # The port to forward traffic to.
log = optional(bool, false) # Specifies whether to log forwarded traffic or not. Defaults to false.
port_forward_interface = optional(string) # The port forwarding interface. Can be wan, wan2, or both.
protocol = optional(string, "tcp_udp") # The protocol for the port forwarding rule. Can be tcp, udp, or tcp_udp. Defaults to tcp_udp.
port_forward_interface = optional(string) # The port forwarding interface. Can be wan, wan2, or both.
protocol = optional(string, "tcp_udp") # The protocol for the port forwarding rule. Can be tcp, udp, or tcp_udp. Defaults to tcp_udp.
src_ip = optional(string, "any") # The source IPv4 address = optional(or CIDR) # # of the port forwarding rule. For all traffic, specify any. Defaults to any.
}))
description = "Port forwarding rules."
Expand Down

0 comments on commit 51eecf3

Please sign in to comment.