» panos_panorama_tunnel_interface
This resource allows you to add/update/delete Panorama tunnel interfaces for templates.
» Import Name
<template>:<template_stack>:<vsys>:<name>
» Example Usage
resource "panos_panorama_tunnel_interface" "example1" {
name = "tunnel.5"
template = "foo"
static_ips = ["10.1.1.1/24"]
comment = "Configured for internal traffic"
}
» Argument Reference
The following arguments are supported:
-
name
- (Required) The interface's name. This must start withtunnel.
. -
template
- (Required) The template name. -
vsys
- (Optional) The vsys that will use this interface (default:vsys1
). -
comment
- (Optional) The interface comment. -
netflow_profile
- (Optional) The netflow profile. -
static_ips
- (Optional) List of static IPv4 addresses to set for this data interface. -
management_profile
- (Optional) The management profile. -
mtu
- (Optional) The MTU.