This resource allows you to add/update/delete service groups.
resource "panos_service_group" "example" {
name = "static ntp grp"
services = ["svc1", "svc2"]
}
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 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/panos/r/service_group.html