oci_os_management_hub_managed_instance_install_windows_updates_management

This resource provides the Managed Instance Install Windows Updates Management resource in Oracle Cloud Infrastructure Os Management Hub service.

Installs Windows updates on the specified managed instance.

Example Usage

resource "oci_os_management_hub_managed_instance_install_windows_updates_management" "test_managed_instance_install_windows_updates_management" {
	#Required
	managed_instance_id = oci_os_management_hub_managed_instance.test_managed_instance.id

	#Optional
	windows_update_name = oci_os_management_hub_windows_update.test_windows_update.name
	windows_update_types = var.managed_instance_install_windows_updates_management_windows_update_types
	work_request_details {

		#Optional
		description = var.managed_instance_install_windows_updates_management_work_request_details_description
		display_name = var.managed_instance_install_windows_updates_management_work_request_details_display_name
	}
}

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 Install Windows Updates Management * update - (Defaults to 20 minutes), when updating the Managed Instance Install Windows Updates Management * delete - (Defaults to 20 minutes), when destroying the Managed Instance Install Windows Updates Management

Import

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

$ terraform import oci_os_management_hub_managed_instance_install_windows_updates_management.test_managed_instance_install_windows_updates_management "id"