Resource: pingaccess_engine_listener
Provides a engine listener.
Example Usage
resource "pingaccess_engine_listener" "demo" {
name = "engine-1"
port = 443
secure = true
}
Argument Attributes
The following arguments are supported:
name
- (Required) The name of the engine listener.port
- (Required) The port the engine listener listens on.secure
- Indicator if the engine listener should listen to HTTPS connections.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
id
- The engine listener's ID.
Import
PingAccess engine listeners can be imported using the id, e.g.
$ terraform import pingaccess_engine_listener.demo 123