Skip to content
Start here

Connectivity

ConnectivityDirectoryServices

resource cloudflare_connectivity_directory_service

required Expand Collapse
account_id: String

Account identifier

name: String
type: String
host: Attributes
ipv4?: String
network?: Attributes
tunnel_id: String
ipv6?: String
hostname?: String
resolver_network?: Attributes
tunnel_id: String
resolver_ips?: List[String]
optional Expand Collapse
app_protocol?: String
http_port?: Int64
https_port?: Int64
tcp_port?: Int64
tls_settings?: Attributes

TLS settings for a connectivity service.

If omitted, the default mode (verify_full) is used.

cert_verification_mode: String

TLS certificate verification mode for the connection to the origin.

  • "verify_full" — verify certificate chain and hostname (default)
  • "verify_ca" — verify certificate chain only, skip hostname check
  • "disabled" — do not verify the server certificate at all
computed Expand