oci_compute_cloud_at_customer_ccc_upgrade_schedule

This resource provides the Ccc Upgrade Schedule resource in Oracle Cloud Infrastructure Compute Cloud At Customer service.

Creates a new Compute Cloud@Customer upgrade schedule.

Example Usage

resource "oci_compute_cloud_at_customer_ccc_upgrade_schedule" "test_ccc_upgrade_schedule" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.ccc_upgrade_schedule_display_name
	events {
		#Required
		description = var.ccc_upgrade_schedule_events_description
		schedule_event_duration = var.ccc_upgrade_schedule_events_schedule_event_duration
		time_start = var.ccc_upgrade_schedule_events_time_start

		#Optional
		schedule_event_recurrences = var.ccc_upgrade_schedule_events_schedule_event_recurrences
	}

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.ccc_upgrade_schedule_description
	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 Ccc Upgrade Schedule * update - (Defaults to 20 minutes), when updating the Ccc Upgrade Schedule * delete - (Defaults to 20 minutes), when destroying the Ccc Upgrade Schedule

Import

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

$ terraform import oci_compute_cloud_at_customer_ccc_upgrade_schedule.test_ccc_upgrade_schedule "id"