This resource allows you to add/update/delete interface management profiles.
resource "panos_management_profile" "example" {
name = "allow ping"
ping = true
permitted_ips = ["10.1.1.0/24", "192.168.80.0/24"]
}
The following arguments are supported:
name - (Required) The management profile's name. ping - (Optional) Allow ping. telnet - (Optional) Allow telnet. ssh - (Optional) Allow SSH. http - (Optional) Allow HTTP. http_ocsp - (Optional) Allow HTTP OCSP. https - (Optional) Allow HTTPS. snmp - (Optional) Allow SNMP. response_pages - (Optional) Allow response pages. userid_service - (Optional) Allow User ID service. userid_syslog_listener_ssl - (Optional) Allow User ID syslog listener for SSL. userid_syslog_listener_udp - (Optional) Allow User ID syslog listener for UDP. permitted_ips - (Optional) The list of permitted IP addresses or address ranges for this management profile.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/panos/r/management_profile.html