| page_title | morpheus_backup_setting Resource - terraform-provider-morpheus |
|---|---|
| subcategory | |
| description | Provides a Morpheus backup setting resource. |
Provides a Morpheus backup setting resource.
resource "morpheus_backup_setting" "tf_example_backup_setting" {
scheduled_backups = true
create_backups = true
backup_appliance = false
default_backup_storage_bucket_id = 17
default_backup_schedule_id = 3
retention_days = 21
}backup_appliance(Boolean) Whether a backup will be created for the Morpheus appliance databasecreate_backups(Boolean) Whether morpheus will automatically configure instances for manual or scheduled backupsdefault_backup_schedule_id(Number) The ID of the execution schedule used as the default backup scheduledefault_backup_storage_bucket_id(Number) The ID of the storage bucket to set as the default for backupsretention_days(Number) The number of days to retain backupsscheduled_backups(Boolean) Whether automatic backups will be scheduled for provisioned instances
id(String) The ID of the backup settings
Import is supported using the following syntax:
terraform import morpheus_backup_setting.tf_example_backup_config 1