#resource "opnsense_firewall_nat" "http" { # enabled = true # # interface = "wan" # protocol = "TCP" # # destination = { # port = "http" # } # target = { # ip = "192.168.6.201" # port = "80" # } #} #resource "opnsense_firewall_nat" "https" { # enabled = true # # interface = "wan" # protocol = "TCP" # # destination = { # port = "https" # } # target = { # ip = "192.168.6.201" # port = "443" # } #}