On this page
panos_service_group
This resource allows you to add/update/delete service groups.
Example Usage
resource "panos_service_group" "example" {
name = "static ntp grp"
services = ["svc1", "svc2"]
}
Argument Reference
The following arguments are supported:
name
- (Required) The service group's name.vsys
- (Optional) The vsys to put the service group into (default:vsys1
).services
- (Required) List of services to put in this service group.tags
- (Optional) List of administrative tags.
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/panos/r/service_group.html