Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.33 KB

File metadata and controls

57 lines (42 loc) · 1.33 KB
page_title subcategory description
netskope_ip_sec_tunnel Data Source - terraform-provider-netskope
IPSecTunnel DataSource

netskope_ip_sec_tunnel (Data Source)

IPSecTunnel DataSource

Example Usage

data "netskope_ip_sec_tunnel" "my_ipsectunnel" {
  tunnel_id = 6
}

Schema

Required

  • tunnel_id (Number) IPSec tunnel ID

Read-Only

  • bandwidth (Number) Bandwidth in Mbps
  • enabled (Boolean) Whether the tunnel is enabled
  • encryption (String) Encryption algorithm
  • notes (String) Notes for the tunnel
  • options (Attributes) (see below for nested schema)
  • site (String) Site name for the tunnel
  • source_identity (String) Source identity (FQDN)
  • source_ip (String) Source IP identity
  • source_type (String) Source type (sdwan, firewall, router, other)
  • template (String) Template name
  • vendor (String) Vendor name

Nested Schema for options

Read-Only:

Nested Schema for options.xff

Read-Only:

  • enabled (Boolean)
  • iplist (List of String)