Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.72 KB

File metadata and controls

53 lines (37 loc) · 1.72 KB
page_title subcategory description
citrix_site_backup_schedule Resource - citrix
Site Configuration
Backup schedule configuration.

citrix_site_backup_schedule (Resource)

Backup schedule configuration.

Example Usage

resource "citrix_site_backup_schedule" "example_backup_schedule" {
    name = "ExampleBackupSchedule"
    start_time = "09:00:00"
}

Schema

Required

  • name (String) Name of the backup schedule.
  • start_time (String) Start time for the backup schedule.

-> Note The time should be in HH:MM:SS format.

Optional

  • description (String) Description of the backup schedule. Defaults to an empty string.
  • enabled (Boolean) Whether the backup schedule is enabled. Defaults to true.
  • frequency (String) Frequency of the backup schedule. Possible values are Daily, Weekly, and Monthly. Defaults to Daily.
  • frequency_factor (Number) Frequency factor for the backup schedule. Defaults to 1.
  • start_date (String) Start date for the backup schedule. Defaults to the current date in UTC.

-> Note The date format should be YYYY-MM-DD.

  • timezone (String) Time zone associated with the backup schedule. Defaults to GMT Standard Time. Please refer to the Timezone column in the following table for allowed values.

Read-Only

  • id (String) Unique identifier of the backup schedule.

Import

Import is supported using the following syntax:

terraform import citrix_site_backup_schedule.example-backup-schedule 1