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 Terraform Resource Usage


resource "apono_integration" "openvpn-integration" {
  name                     = "OpenVPN"
  type                     = "openvpn"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["resource-type-1", "resource-type-2"]
  metadata = {
  }
}

Schema


  • type openvpn

  • connected_resource_types List of resource types to sync. The following are the available resource type/s you can use:

    • openvpn-tunnel

Metadata

Last updated

Was this helpful?