Skip to content

Conversation

@kklimonda-cl
Copy link
Contributor

@kklimonda-cl kklimonda-cl commented Nov 27, 2025

Add Terraform Examples for panos_schedule Resource

Terraform Resource Name

panos_schedule

Description

Schedule Object - Defines time-based schedules for use in security policies and other PAN-OS features. Supports both non-recurring (one-time) and recurring (daily/weekly) schedules.

Parameters and Variants

Renamed Parameters/Variants

No parameters or variants have been renamed in this resource.

Standard Parameters and Variants

Name Type Description
name string The name of the schedule object
disable_override enum Disable object override in child device groups (values: 'yes', 'no', default: 'no')
schedule_type object Container for schedule type configuration
schedule_type.non_recurring list[string] List of non-recurring time ranges (format: YYYY/MM/DD@HH:MM-YYYY/MM/DD@HH:MM)
schedule_type.recurring object Container for recurring schedule configuration
schedule_type.recurring.daily list[string] List of daily time ranges (format: HH:MM-HH:MM)
schedule_type.recurring.weekly object Container for weekly schedule configuration
schedule_type.recurring.weekly.monday list[string] Time ranges for Monday (format: HH:MM-HH:MM)
schedule_type.recurring.weekly.tuesday list[string] Time ranges for Tuesday (format: HH:MM-HH:MM)
schedule_type.recurring.weekly.wednesday list[string] Time ranges for Wednesday (format: HH:MM-HH:MM)
schedule_type.recurring.weekly.thursday list[string] Time ranges for Thursday (format: HH:MM-HH:MM)
schedule_type.recurring.weekly.friday list[string] Time ranges for Friday (format: HH:MM-HH:MM)
schedule_type.recurring.weekly.saturday list[string] Time ranges for Saturday (format: HH:MM-HH:MM)
schedule_type.recurring.weekly.sunday list[string] Time ranges for Sunday (format: HH:MM-HH:MM)

Closes: PaloAltoNetworks/terraform-provider-panos#501

@kklimonda-cl kklimonda-cl linked an issue Nov 27, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Schedule Add support for Schedule Objects (panos_schedule)

2 participants