oci_os_management_hub_managed_instance_group_attach_software_sources_management

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

Attaches software sources to the specified managed instance group. The software sources must be compatible with the type of instances in the group.

Example Usage

resource "oci_os_management_hub_managed_instance_group_attach_software_sources_management" "test_managed_instance_group_attach_software_sources_management" {
	#Required
	managed_instance_group_id = oci_os_management_hub_managed_instance_group.test_managed_instance_group.id
	software_sources = var.managed_instance_group_attach_software_sources_management_software_sources

	#Optional
	work_request_details {

		#Optional
		description = var.managed_instance_group_attach_software_sources_management_work_request_details_description
		display_name = var.managed_instance_group_attach_software_sources_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 Group Attach Software Sources Management * update - (Defaults to 20 minutes), when updating the Managed Instance Group Attach Software Sources Management * delete - (Defaults to 20 minutes), when destroying the Managed Instance Group Attach Software Sources Management

Import

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

$ terraform import oci_os_management_hub_managed_instance_group_attach_software_sources_management.test_managed_instance_group_attach_software_sources_management "id"