oci_os_management_hub_software_source_manifest

This resource provides the Software Source Manifest resource in Oracle Cloud Infrastructure Os Management Hub service.

Updates the package list document for the software source.

Example Usage

resource "oci_os_management_hub_software_source_manifest" "test_software_source_manifest" {
	#Required
	software_source_id = oci_os_management_hub_software_source.test_software_source.id
	content = var.content
}

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 Software Source Manifest * update - (Defaults to 20 minutes), when updating the Software Source Manifest * delete - (Defaults to 20 minutes), when destroying the Software Source Manifest

Import

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

$ terraform import oci_os_management_hub_software_source_manifest.test_software_source_manifest "id"