oci_resource_analytics_monitored_region

This resource provides the Monitored Region resource in Oracle Cloud Infrastructure Resource Analytics service.

Creates a MonitoredRegion.

Example Usage

resource "oci_resource_analytics_monitored_region" "test_monitored_region" {
	#Required
	region_id = oci_identity_region.test_region.id
	resource_analytics_instance_id = oci_resource_analytics_resource_analytics_instance.test_resource_analytics_instance.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 Monitored Region * update - (Defaults to 20 minutes), when updating the Monitored Region * delete - (Defaults to 20 minutes), when destroying the Monitored Region

Import

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

$ terraform import oci_resource_analytics_monitored_region.test_monitored_region "id"