OpenVPN
OpenVPN is a leading global private networking and cybersecurity company that allows organizations to truly safeguard their assets in a dynamic, cost effective, and scalable way.
Example Usage
resource "apono_integration" "openvpn-integration" {
name = "OpenVPN"
type = "openvpn"
connector_id = "apono-connector-id"
connected_resource_types = ["openvpn-tunnel"]
metadata = {
}
}
Schema
type
openvpnconnected_resource_types
List of resource types to sync.
Integration Config
Last updated
Was this helpful?