» oci_database_autonomous_database_backup

This resource provides the Autonomous Database Backup resource in Oracle Cloud Infrastructure Database service.

Creates a new Autonomous Database backup for the specified database based on the provided request parameters.

» Example Usage

resource "oci_database_autonomous_database_backup" "test_autonomous_database_backup" {
    #Required
    autonomous_database_id = "${oci_database_autonomous_database.test_autonomous_database.id}"
    display_name = "${var.autonomous_database_backup_display_name}"
}

» Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

» Attributes Reference

The following attributes are exported:

» Import

AutonomousDatabaseBackups can be imported using the id, e.g.

$ terraform import oci_database_autonomous_database_backup.test_autonomous_database_backup "id"