oci_stack_monitoring_monitored_resources_list_member

This resource provides the Monitored Resources List Member resource in Oracle Cloud Infrastructure Stack Monitoring service.

List the member resources for the given monitored resource identifier OCID.

Example Usage

resource "oci_stack_monitoring_monitored_resources_list_member" "test_monitored_resources_list_member" {
	#Required
	monitored_resource_id = oci_stack_monitoring_monitored_resource.test_monitored_resource.id

	#Optional
	destination_resource_id = oci_stack_monitoring_destination_resource.test_destination_resource.id
	limit_level = var.monitored_resources_list_member_limit_level
}

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 Resources List Member * update - (Defaults to 20 minutes), when updating the Monitored Resources List Member * delete - (Defaults to 20 minutes), when destroying the Monitored Resources List Member

Import

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

$ terraform import oci_stack_monitoring_monitored_resources_list_member.test_monitored_resources_list_member "id"