oci_osmanagement_managed_instance

This resource provides the Managed Instance resource in Oracle Cloud Infrastructure OS Management service.

Updates a specific Managed Instance.

Example Usage

resource "oci_osmanagement_managed_instance" "test_managed_instance" {
	#Required
	managed_instance_id = oci_osmanagement_managed_instance.test_managed_instance.id

	#Optional
	is_data_collection_authorized = var.managed_instance_is_data_collection_authorized
	notification_topic_id = oci_ons_notification_topic.test_notification_topic.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 Managed Instance * update - (Defaults to 20 minutes), when updating the Managed Instance * delete - (Defaults to 20 minutes), when destroying the Managed Instance

Import

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

$ terraform import oci_osmanagement_managed_instance.test_managed_instance "id"