oci_cloud_migrations_replication_schedule

This resource provides the Replication Schedule resource in Oracle Cloud Infrastructure Cloud Migrations service.

Creates a replication schedule.

Example Usage

resource "oci_cloud_migrations_replication_schedule" "test_replication_schedule" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.replication_schedule_display_name
	execution_recurrences = var.replication_schedule_execution_recurrences

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	freeform_tags = {"bar-key"= "value"}
}

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 Replication Schedule * update - (Defaults to 20 minutes), when updating the Replication Schedule * delete - (Defaults to 20 minutes), when destroying the Replication Schedule

Import

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

$ terraform import oci_cloud_migrations_replication_schedule.test_replication_schedule "id"