» panos_panorama_template_variable
This resource allows you to add/update/delete variables for both Panorama templates and template stacks.
Template variables are available in PAN-OS 8.1+.
» Import Name
<template>:<template_stack>:<name>
» Example Usage
resource "panos_panorama_template_variable" "example" {
template = "${panos_panorama_template.tmpl1.name}"
name = "$example"
type = "ip-address"
value = "10.1.1.1/24"
}
resource "panos_panorama_template" "tmpl1" {
name = "MyTemplate"
}
» Argument Reference
One and only one of the following must be specified:
-
template
- The template name. -
template_stack
- The template stack name.
The following arguments are supported: