Data Source: oci_functions_functions_runtime_versions

This data source provides the list of Functions Runtime Versions in Oracle Cloud Infrastructure Functions service.

Fetches a wrapped list of all FunctionsRuntimeVersions. Returns a FunctionsRuntimeVersionCollection containing an array of FunctionsRuntimeVersionSummary response models.

Example Usage

data "oci_functions_functions_runtime_versions" "test_functions_runtime_versions" {

	#Optional
	display_name = var.functions_runtime_version_display_name
	functions_runtime_id = var.functions_runtime_id
	functions_runtime_name = var.functions_runtime_name
	functions_runtime_version_id = var.functions_runtime_version_id
	is_current_version = var.functions_runtime_version_is_current_version
	language_version = var.functions_runtime_version_language_version
	os_version = var.functions_runtime_version_os_version
	state = var.functions_runtime_version_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

FunctionsRuntimeVersion Reference

The following attributes are exported: