This data source provides the list of Instance Available Plugins in Oracle Cloud Infrastructure Compute Instance Agent service.
The API to get the list of plugins that are available.
data "oci_computeinstanceagent_instance_available_plugins" "test_instance_available_plugins" {
#Required
os_name = var.instance_available_plugin_os_name
os_version = var.instance_available_plugin_os_version
#Optional
name = var.instance_available_plugin_name
}
The following arguments are supported:
name
- (Optional) The plugin nameos_name
- (Required) The OS for which the plugin is supported. Examples of OperatingSystemQueryParam:OperatingSystemVersionQueryParam are as follows: 'CentOS' '6.10' , 'CentOS Linux' '7', 'CentOS Linux' '8', 'Oracle Linux Server' '6.10', 'Oracle Linux Server' '8.0', 'Red Hat Enterprise Linux Server' '7.8', 'Windows' '10', 'Windows' '2008ServerR2', 'Windows' '2012ServerR2', 'Windows' '7', 'Windows' '8.1' os_version
- (Required) The OS version for which the plugin is supported.The following attributes are exported:
available_plugins
- The list of available_plugins.The following attributes are exported:
is_enabled_by_default
- Is the plugin enabled or disabled by defaultis_supported
- Is the plugin supported or notname
- The plugin namesummary
- A brief description of the plugin functionality