foreman_katello_sync_plan¶
A sync plan is used to schedule a synchronization of a product in katello
Example Usage¶
# Autogenerated example with required keys
data "foreman_katello_sync_plan" "example" {
name = "daily"
}
Argument Reference¶
The following arguments are supported:
name- (Required) sync plan name.
Attributes Reference¶
The following attributes are exported:
cron_expression- Custom cron logic for sync plan.description- Sync plan description.enabled- Enables or disables synchronization.interval- How often synchronization should run. Valid values include:"hourly","daily","weekly","custom cron".name- sync plan name.sync_date- Start datetime of synchronization. Use the specified format: YYYY-MM-DD HH:MM:SS +0000, where '+0000' is the timezone difference. A value of '+0000' means UTC.