oci_cloud_bridge_discovery_schedule

This resource provides the Discovery Schedule resource in Oracle Cloud Infrastructure Cloud Bridge service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/OCB/latest/DiscoverySchedule

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/cloudBridge

Creates the discovery schedule.

Example Usage

resource "oci_cloud_bridge_discovery_schedule" "test_discovery_schedule" {
	#Required
	compartment_id = var.compartment_id
	execution_recurrences = var.discovery_schedule_execution_recurrences

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	display_name = var.discovery_schedule_display_name
	freeform_tags = {"Department"= "Finance"}
}

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

Import

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

$ terraform import oci_cloud_bridge_discovery_schedule.test_discovery_schedule "id"