This data source provides the list of Software Source Software Packages in Oracle Cloud Infrastructure Os Management Hub service.
Lists software packages in the specified software source. Filter the list against a variety of criteria including but not limited to its name.
data "oci_os_management_hub_software_source_software_packages" "test_software_source_software_packages" {
#Required
software_source_id = oci_os_management_hub_software_source.test_software_source.id
#Optional
display_name = var.software_source_software_package_display_name
display_name_contains = var.software_source_software_package_display_name_contains
is_latest = var.software_source_software_package_is_latest
}
The following arguments are supported:
display_name
- (Optional) A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
display_name_contains
- (Optional) A filter to return resources that may partially match the given display name.is_latest
- (Optional) A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false. software_source_id
- (Required) The software source OCID.The following attributes are exported:
software_package_collection
- The list of software_package_collection.The following attributes are exported:
architecture
- The architecture for which this software was builtchecksum
- Checksum of the package.checksum_type
- Type of the checksum.dependencies
- List of dependencies for the software package.
dependency
- The software package's dependency.dependency_modifier
- The modifier for the dependency.dependency_type
- The type of the dependency.description
- Description of the package.display_name
- Package name.files
- List of files for the software package.
checksum
- Checksum of the file.checksum_type
- Type of the checksum.path
- File path.size_in_bytes
- Size of the file in bytes.time_modified
- The date and time of the last modification to this file, as described in RFC 3339, section 14.29. type
- Type of the file.is_latest
- Indicates whether this package is the latest version.last_modified_date
- Date of the last update to the package.name
- Unique identifier for the package. NOTE - This is not an OCID.size_in_bytes
- Size of the package in bytes.software_sources
- List of software sources that provide the software package.
description
- Software source description.display_name
- Software source name.id
- The OCID of the software source.software_source_type
- Type of the software source.type
- Type of the package.version
- Version of the package.