» panos_panorama_ipsec_tunnel

This resource allows you to add/update/delete Panorama IPSec tunnels for templates.

A large number of params have prefixes:

  • ak - Auto key
  • mk - Manual key
  • gps - GlobalProtect Satellite

» Example Usage

resource "panos_panorama_ipsec_tunnel" "example" {
    name = "example"
    template = "my template"
    tunnel_interface = "tunnel.7"
    anti_replay = true
    ak_ike_gateway = "myIkeGateway"
    ak_ipsec_crypto_profile = "myIkeProfile"
}

» Argument Reference

The following arguments are supported: