panos_dag_tags
This resource allows you to add and remove dynamic address group tags.
The ip field should be unique in the panos_dag_tags block, and there should only be one panos_dag_tags block defined in a given plan.
Note - Tags are only removed during terraform destroy. Updating an applied terraform plan to have alternative tags will leave behind the old tags from the previously published plan(s).
Example Usage
resource "panos_dag_tags" "example" {
vsys = "vsys1"
register {
ip = "10.1.1.1"
tags = ["tag1", "tag2"]
}
register {
ip = "10.1.1.2"
tags = ["tag3"]
}
}
Argument Reference
The following arguments are supported:
-
vsys- (Optional) The vsys to put the DAG tags in (default:vsys1). -
register- (Required) A set that includesip, the IP address to be tagged andtags, a list of tags to associate with the given IP.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/panos/r/dag_tags.html