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


openvpn-integration.tf
resource "apono_integration" "openvpn-integration" {
  name                     = "OpenVPN"
  type                     = "openvpn"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["openvpn-tunnel"]
  metadata = {
  }
}

Schema


  • type openvpn

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • openvpn-tunnel

Integration Config


Last updated

Was this helpful?