Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

forward.md

File metadata and controls

15 lines (10 loc) · 316 Bytes

Dummy forwarding target type

The forward target type does not actually create any resources, but simply forwards the connection to a fixed address.

These are the available target options:

target "<address>" "forward" {

  # The address to forward connections to. (Required)
  to = "example.com"

}