W3cubDocs

/Terraform

panos_management_profile

This resource allows you to add/update/delete interface management profiles.

Example Usage

resource "panos_management_profile" "example" {
    name = "allow ping"
    ping = true
    permitted_ips = ["10.1.1.0/24", "192.168.80.0/24"]
}

Argument Reference

The following arguments are supported:

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/panos/r/management_profile.html