oci_os_management_hub_managed_instance_attach_profile_management

This resource provides the Managed Instance Attach Profile Management resource in Oracle Cloud Infrastructure Os Management Hub service.

Adds profile to a managed instance. After the profile has been added, the instance can be registered as a managed instance.

Example Usage

resource "oci_os_management_hub_managed_instance_attach_profile_management" "test_managed_instance_attach_profile_management" {
	#Required
	managed_instance_id = oci_os_management_hub_managed_instance.test_managed_instance.id
	profile_id = oci_os_management_hub_profile.test_profile.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 Attach Profile Management * update - (Defaults to 20 minutes), when updating the Managed Instance Attach Profile Management * delete - (Defaults to 20 minutes), when destroying the Managed Instance Attach Profile Management

Import

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

$ terraform import oci_os_management_hub_managed_instance_attach_profile_management.test_managed_instance_attach_profile_management "id"