oci_database_database_software_schedule_management

This resource provides the Database Software Schedule Management resource in Oracle Cloud Infrastructure Database service.

Reschedule the Managed Database Software Update

Example Usage

resource "oci_database_database_software_schedule_management" "test_database_software_schedule_management" {
	#Required
	database_id = oci_database_database.test_database.id
}

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:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Database Software Schedule Management * update - (Defaults to 20 minutes), when updating the Database Software Schedule Management * delete - (Defaults to 20 minutes), when destroying the Database Software Schedule Management

Import

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

$ terraform import oci_database_database_software_schedule_management.test_database_software_schedule_management "id"