oci_os_management_hub_event

This resource provides the Event resource in Oracle Cloud Infrastructure Os Management Hub service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/os-management/latest/Event

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

Updates the tags for an event.

Example Usage

resource "oci_os_management_hub_event" "test_event" {
	#Required
	event_id = oci_os_management_hub_event.test_event.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	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 Event * update - (Defaults to 20 minutes), when updating the Event * delete - (Defaults to 20 minutes), when destroying the Event

Import

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

$ terraform import oci_os_management_hub_event.test_event "id"