Resource: pingaccess_https_listener
Provides a https listener.
Example Usage
resource "pingaccess_https_listener" "demo" {
name = "ADMIN"
key_pair_id = 1
use_server_cipher_suite_order = true
}
Argument Attributes
The following arguments are supported:
name
- (Required) The name of the HTTPS listener.key_pair_id
- (Required) The ID of the default key pair used by the HTTPS listener.use_server_cipher_suite_order
- (Required) Enable server cipher suite ordering for the HTTPS listener.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
id
- The https listener's ID.
Import
PingAccess https_listeners can be imported using the id, e.g.
$ terraform import pingaccess_https_listener.demo 123